#162D5A

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

Shades of Sapphire #162D5A

Tints of Sapphire #162D5A

Color information

#162D5A (or 0x162D5A) is unknown color: approx Sapphire. HEX triplet: 16, 2D and 5A. RGB value is (22,45,90). Sum of RGB (Red+Green+Blue) = 22+45+90=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #162D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D5A is #E9D2A5. Grayscale: #2B2B2B. Windows color (decimal): -15323814 or 5909782. OLE color: 5909782.

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

Color convert

RGB224590-
CMYK0.760.5000.65
HSL219.71º60.71%21.96%-
HSV(B)219.71º75.56%35.29%-
XYZ3.112.7910.05-
YUV43.25154.38112.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=14.01%
G=28.66%
B=57.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2245900.760.5000.65219.7160.7121.96
Hex162D5A4C32041dc3d16
Octal26551321146201013347526
Binary1011010110110110101001100110010010000011101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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