#162E79

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

Shades of Sapphire #162E79

Tints of Sapphire #162E79

Color information

#162E79 (or 0x162E79) is unknown color: approx Sapphire. HEX triplet: 16, 2E and 79. RGB value is (22,46,121). Sum of RGB (Red+Green+Blue) = 22+46+121=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #162E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162E79 is #E9D186. Grayscale: #2F2F2F. Windows color (decimal): -15323527 or 7941654. OLE color: 7941654.

HSL color Cylindrical-coordinate representation of color #162E79: hue angle of 225.45º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162E79 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2246121-
CMYK0.820.6200.53
HSL225.45º69.23%28.04%-
HSV(B)225.45º81.82%47.45%-
XYZ4.763.5118.51-
YUV47.37169.55109.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 121 (47.66% from 255) = 64.02%
R=11.64%
G=24.34%
B=64.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22461210.820.6200.53225.4569.2328.04
Hex162E79523E035e1451c
Octal26561711227606534110534
Binary1011010111011110011010010111110011010111100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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