#172D59

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

Shades of Sapphire #172D59

Tints of Sapphire #172D59

Color information

#172D59 (or 0x172D59) is unknown color: approx Sapphire. HEX triplet: 17, 2D and 59. RGB value is (23,45,89). Sum of RGB (Red+Green+Blue) = 23+45+89=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #172D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D59 is #E8D2A6. Grayscale: #2B2B2B. Windows color (decimal): -15258279 or 5844247. OLE color: 5844247.

HSL color Cylindrical-coordinate representation of color #172D59: hue angle of 220º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172D59 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234589-
CMYK0.740.4900.65
HSL220º58.93%21.96%-
HSV(B)220º74.16%34.9%-
XYZ3.092.789.82-
YUV43.44153.71113.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 89 (35.16% from 255) = 56.69%
R=14.65%
G=28.66%
B=56.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2345890.740.4900.6522058.9321.96
Hex172D594A31041dc3b16
Octal27551311126101013347326
Binary1011110110110110011001010110001010000011101110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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