#172E66

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

Shades of Sapphire #172E66

Tints of Sapphire #172E66

Color information

#172E66 (or 0x172E66) is unknown color: approx Sapphire. HEX triplet: 17, 2E and 66. RGB value is (23,46,102). Sum of RGB (Red+Green+Blue) = 23+46+102=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #172E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E66 is #E8D199. Grayscale: #2D2D2D. Windows color (decimal): -15258010 or 6696471. OLE color: 6696471.

HSL color Cylindrical-coordinate representation of color #172E66: hue angle of 222.53º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172E66 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2346102-
CMYK0.770.5500.6
HSL222.53º63.2%24.51%-
HSV(B)222.53º77.45%40%-
XYZ3.733.112.97-
YUV45.51159.88111.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.45%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 102 (40.23% from 255) = 59.65%
R=13.45%
G=26.90%
B=59.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23461020.770.5500.6222.5363.224.51
Hex172E664D3703Cdf3f19
Octal2756146115670743377731
Binary101111011101100110100110111011101111001101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,46,102); }

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

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

 a { background-color: rgb(23,46,102); }

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

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

 span { border-color: rgb(23,46,102); }

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