#162B57

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

Shades of Sapphire #162B57

Tints of Sapphire #162B57

Color information

#162B57 (or 0x162B57) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 57. RGB value is (22,43,87). Sum of RGB (Red+Green+Blue) = 22+43+87=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #162B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B57 is #E9D4A8. Grayscale: #292929. Windows color (decimal): -15324329 or 5712662. OLE color: 5712662.

HSL color Cylindrical-coordinate representation of color #162B57: hue angle of 220.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #162B57 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB224387-
CMYK0.750.5100.66
HSL220.62º59.63%21.37%-
HSV(B)220.62º74.71%34.12%-
XYZ2.922.599.36-
YUV41.74153.54113.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=14.47%
G=28.29%
B=57.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2243870.750.5100.66220.6259.6321.37
Hex162B574B33042dd3c15
Octal26531271136301023357425
Binary1011010101110101111001011110011010000101101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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