#162C5A

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

Shades of Sapphire #162C5A

Tints of Sapphire #162C5A

Color information

#162C5A (or 0x162C5A) is unknown color: approx Sapphire. HEX triplet: 16, 2C and 5A. RGB value is (22,44,90). Sum of RGB (Red+Green+Blue) = 22+44+90=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #162C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162C5A is #E9D3A5. Grayscale: #2A2A2A. Windows color (decimal): -15324070 or 5909526. OLE color: 5909526.

HSL color Cylindrical-coordinate representation of color #162C5A: hue angle of 220.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162C5A is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB224490-
CMYK0.760.5100.65
HSL220.59º60.71%21.96%-
HSV(B)220.59º75.56%35.29%-
XYZ3.082.7110.03-
YUV42.67154.71113.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=14.10%
G=28.21%
B=57.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2244900.760.5100.65220.5960.7121.96
Hex162C5A4C33041dd3d16
Octal26541321146301013357526
Binary1011010110010110101001100110011010000011101110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162C5A; }

 p { color: rgb(22,44,90); }

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

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

 a { background-color: rgb(22,44,90); }

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

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

 span { border-color: rgb(22,44,90); }

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