#162E61

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

Shades of Sapphire #162E61

Tints of Sapphire #162E61

Color information

#162E61 (or 0x162E61) is unknown color: approx Sapphire. HEX triplet: 16, 2E and 61. RGB value is (22,46,97). Sum of RGB (Red+Green+Blue) = 22+46+97=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #162E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E61 is #E9D19E. Grayscale: #2C2C2C. Windows color (decimal): -15323551 or 6368790. OLE color: 6368790.

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

Color convert

RGB224697-
CMYK0.770.5300.62
HSL220.8º63.03%23.33%-
HSV(B)220.8º77.32%38.04%-
XYZ3.472.9911.7-
YUV44.64157.55111.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=13.33%
G=27.88%
B=58.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2246970.770.5300.62220.863.0323.33
Hex162E614D3503Edd3f17
Octal2656141115650763357727
Binary101101011101100001100110111010101111101101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,46,97); }

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

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

 a { background-color: rgb(22,46,97); }

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

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

 span { border-color: rgb(22,46,97); }

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