#162A79

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

Shades of Sapphire #162A79

Tints of Sapphire #162A79

Color information

#162A79 (or 0x162A79) is unknown color: approx Sapphire. HEX triplet: 16, 2A and 79. RGB value is (22,42,121). Sum of RGB (Red+Green+Blue) = 22+42+121=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #162A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A79 is #E9D586. Grayscale: #2C2C2C. Windows color (decimal): -15324551 or 7940630. OLE color: 7940630.

HSL color Cylindrical-coordinate representation of color #162A79: hue angle of 227.88º 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 #162A79 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2242121-
CMYK0.820.6500.53
HSL227.88º69.23%28.04%-
HSV(B)227.88º81.82%47.45%-
XYZ4.613.2118.47-
YUV45.03170.87111.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 121 (47.66% from 255) = 65.41%
R=11.89%
G=22.70%
B=65.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22421210.820.6500.53227.8869.2328.04
Hex162A795241035e4451c
Octal265217112210106534410534
Binary10110101010111100110100101000001011010111100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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