#162D59

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

Shades of Sapphire #162D59

Tints of Sapphire #162D59

Color information

#162D59 (or 0x162D59) is unknown color: approx Sapphire. HEX triplet: 16, 2D and 59. RGB value is (22,45,89). Sum of RGB (Red+Green+Blue) = 22+45+89=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #162D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162D59 is #E9D2A6. Grayscale: #2A2A2A. Windows color (decimal): -15323815 or 5844246. OLE color: 5844246.

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

Color convert

RGB224589-
CMYK0.750.4900.65
HSL219.4º60.36%21.76%-
HSV(B)219.4º75.28%34.9%-
XYZ3.072.779.82-
YUV43.14153.88112.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=14.10%
G=28.85%
B=57.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2245890.750.4900.65219.460.3621.76
Hex162D594B31041db3c16
Octal26551311136101013337426
Binary1011010110110110011001011110001010000011101101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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