#162456

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

Shades of Sapphire #162456

Tints of Sapphire #162456

Color information

#162456 (or 0x162456) is unknown color: approx Sapphire. HEX triplet: 16, 24 and 56. RGB value is (22,36,86). Sum of RGB (Red+Green+Blue) = 22+36+86=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #162456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162456 is #E9DBA9. Grayscale: #252525. Windows color (decimal): -15326122 or 5645334. OLE color: 5645334.

HSL color Cylindrical-coordinate representation of color #162456: hue angle of 226.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #162456 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB223686-
CMYK0.740.5800.66
HSL226.88º59.26%21.18%-
HSV(B)226.88º74.42%33.73%-
XYZ2.642.19.07-
YUV37.51155.36116.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 59.72%
R=15.28%
G=25%
B=59.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2236860.740.5800.66226.8859.2621.18
Hex1624564A3A042e33b15
Octal26441261127201023437325
Binary1011010010010101101001010111010010000101110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162456; }

 p { color: rgb(22,36,86); }

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

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

 a { background-color: rgb(22,36,86); }

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

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

 span { border-color: rgb(22,36,86); }

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