#162B5A

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

Shades of Sapphire #162B5A

Tints of Sapphire #162B5A

Color information

#162B5A (or 0x162B5A) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 5A. RGB value is (22,43,90). Sum of RGB (Red+Green+Blue) = 22+43+90=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #162B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B5A is #E9D4A5. Grayscale: #292929. Windows color (decimal): -15324326 or 5909270. OLE color: 5909270.

HSL color Cylindrical-coordinate representation of color #162B5A: hue angle of 221.47º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #162B5A is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB224390-
CMYK0.760.5200.65
HSL221.47º60.71%21.96%-
HSV(B)221.47º75.56%35.29%-
XYZ3.042.6410.02-
YUV42.08155.04113.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=14.19%
G=27.74%
B=58.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2243900.760.5200.65221.4760.7121.96
Hex162B5A4C34041dd3d16
Octal26531321146401013357526
Binary1011010101110110101001100110100010000011101110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,43,90); }

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

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

 a { background-color: rgb(22,43,90); }

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

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

 span { border-color: rgb(22,43,90); }

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