#172566

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

Shades of Sapphire #172566

Tints of Sapphire #172566

Color information

#172566 (or 0x172566) is unknown color: approx Sapphire. HEX triplet: 17, 25 and 66. RGB value is (23,37,102). Sum of RGB (Red+Green+Blue) = 23+37+102=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #172566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172566 is #E8DA99. Grayscale: #272727. Windows color (decimal): -15260314 or 6694167. OLE color: 6694167.

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

Color convert

RGB2337102-
CMYK0.770.6400.6
HSL229.37º63.2%24.51%-
HSV(B)229.37º77.45%40%-
XYZ3.412.4612.87-
YUV40.22162.86115.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.20%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=14.20%
G=22.84%
B=62.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal23371020.770.6400.6229.3763.224.51
Hex1725664D4003Ce53f19
Octal27451461151000743457731
Binary1011110010111001101001101100000001111001110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172566; }

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

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

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

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

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

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

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

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