#162E76

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

Shades of Sapphire #162E76

Tints of Sapphire #162E76

Color information

#162E76 (or 0x162E76) is unknown color: approx Sapphire. HEX triplet: 16, 2E and 76. RGB value is (22,46,118). Sum of RGB (Red+Green+Blue) = 22+46+118=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #162E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E76 is #E9D189. Grayscale: #2E2E2E. Windows color (decimal): -15323530 or 7745046. OLE color: 7745046.

HSL color Cylindrical-coordinate representation of color #162E76: hue angle of 225º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #162E76 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2246118-
CMYK0.810.6100.54
HSL225º68.57%27.45%-
HSV(B)225º81.36%46.27%-
XYZ4.583.4317.56-
YUV47.03168.05110.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 118 (46.48% from 255) = 63.44%
R=11.83%
G=24.73%
B=63.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22461180.810.6100.5422568.5727.45
Hex162E76513D036e1451b
Octal26561661217506634110533
Binary1011010111011101101010001111101011011011100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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