#172D62

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

Shades of Sapphire #172D62

Tints of Sapphire #172D62

Color information

#172D62 (or 0x172D62) is unknown color: approx Sapphire. HEX triplet: 17, 2D and 62. RGB value is (23,45,98). Sum of RGB (Red+Green+Blue) = 23+45+98=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #172D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D62 is #E8D29D. Grayscale: #2C2C2C. Windows color (decimal): -15258270 or 6434071. OLE color: 6434071.

HSL color Cylindrical-coordinate representation of color #172D62: hue angle of 222.4º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172D62 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB234598-
CMYK0.770.5400.62
HSL222.4º61.98%23.73%-
HSV(B)222.4º76.53%38.43%-
XYZ3.52.9411.94-
YUV44.46158.21112.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.86%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 98 (38.67% from 255) = 59.04%
R=13.86%
G=27.11%
B=59.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2345980.770.5400.62222.461.9823.73
Hex172D624D3603Ede3e18
Octal2755142115660763367630
Binary101111011011100010100110111011001111101101111011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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