#162B5E

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

Shades of Sapphire #162B5E

Tints of Sapphire #162B5E

Color information

#162B5E (or 0x162B5E) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 5E. RGB value is (22,43,94). Sum of RGB (Red+Green+Blue) = 22+43+94=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #162B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B5E is #E9D4A1. Grayscale: #2A2A2A. Windows color (decimal): -15324322 or 6171414. OLE color: 6171414.

HSL color Cylindrical-coordinate representation of color #162B5E: hue angle of 222.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162B5E is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB224394-
CMYK0.770.5400.63
HSL222.5º62.07%22.75%-
HSV(B)222.5º76.6%36.86%-
XYZ3.222.7110.94-
YUV42.54157.04113.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 43 (17.19% from 255) = 27.04%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=13.84%
G=27.04%
B=59.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2243940.770.5400.63222.562.0722.75
Hex162B5E4D3603Fde3e17
Octal2653136115660773367627
Binary101101010111011110100110111011001111111101111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,43,94); }

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

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

 a { background-color: rgb(22,43,94); }

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

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

 span { border-color: rgb(22,43,94); }

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