#162A70

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

Shades of Sapphire #162A70

Tints of Sapphire #162A70

Color information

#162A70 (or 0x162A70) is unknown color: approx Sapphire. HEX triplet: 16, 2A and 70. RGB value is (22,42,112). Sum of RGB (Red+Green+Blue) = 22+42+112=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #162A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162A70 is #E9D58F. Grayscale: #2B2B2B. Windows color (decimal): -15324560 or 7350806. OLE color: 7350806.

HSL color Cylindrical-coordinate representation of color #162A70: hue angle of 226.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #162A70 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2242112-
CMYK0.800.6200.56
HSL226.67º67.16%26.27%-
HSV(B)226.67º80.36%43.92%-
XYZ4.08315.69-
YUV44166.37112.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 112 (44.14% from 255) = 63.64%
R=12.5%
G=23.86%
B=63.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22421120.800.6200.56226.6767.1626.27
Hex162A70503E038e3431a
Octal26521601207607034310332
Binary1011010101011100001010000111110011100011100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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