#172A66

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

Shades of Sapphire #172A66

Tints of Sapphire #172A66

Color information

#172A66 (or 0x172A66) is unknown color: approx Sapphire. HEX triplet: 17, 2A and 66. RGB value is (23,42,102). Sum of RGB (Red+Green+Blue) = 23+42+102=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #172A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A66 is #E8D599. Grayscale: #2A2A2A. Windows color (decimal): -15259034 or 6695447. OLE color: 6695447.

HSL color Cylindrical-coordinate representation of color #172A66: hue angle of 225.57º 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 #172A66 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2342102-
CMYK0.770.5900.6
HSL225.57º63.2%24.51%-
HSV(B)225.57º77.45%40%-
XYZ3.582.812.92-
YUV43.16161.21113.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.77%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=13.77%
G=25.15%
B=61.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23421020.770.5900.6225.5763.224.51
Hex172A664D3B03Ce23f19
Octal2752146115730743427731
Binary101111010101100110100110111101101111001110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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