#172D75

Color #172D75 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #172D75

Tints of Sapphire #172D75

Color information

#172D75 (or 0x172D75) is unknown color: approx Sapphire. HEX triplet: 17, 2D and 75. RGB value is (23,45,117). Sum of RGB (Red+Green+Blue) = 23+45+117=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #172D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D75 is #E8D28A. Grayscale: #2E2E2E. Windows color (decimal): -15258251 or 7679255. OLE color: 7679255.

HSL color Cylindrical-coordinate representation of color #172D75: hue angle of 225.96º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172D75 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2345117-
CMYK0.800.6200.54
HSL225.96º67.14%27.45%-
HSV(B)225.96º80.34%45.88%-
XYZ4.53.3417.24-
YUV46.63167.71111.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 12.43%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 117 (46.09% from 255) = 63.24%
R=12.43%
G=24.32%
B=63.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23451170.800.6200.54225.9667.1427.45
Hex172D75503E036e2431b
Octal27551651207606634210333
Binary1011110110111101011010000111110011011011100010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172D75; }

 p { color: rgb(23,45,117); }

 H1.HeaderClassName
 {
   color: #172D75;
 }
 .AnyTagClassName
 {
   color: #172D75;
 }
</style>
background-color css

<style>
 a { background-color: #172D75; }

 a { background-color: rgb(23,45,117); }

 div.DivClassName
 {
   background-color: #172D75;
 }
 .BgClassName
 {
   background-color: #172D75;
 }
</style>
border-color css

<style>
 span { border-color: #172D75; }

 span { border-color: rgb(23,45,117); }

 td.TdClassName
 {
   border-color: #172D75;
 }
 .TagClassName
 {
   border-color: #172D75;
 }
</style>