#162857

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

Shades of Sapphire #162857

Tints of Sapphire #162857

Color information

#162857 (or 0x162857) is unknown color: approx Sapphire. HEX triplet: 16, 28 and 57. RGB value is (22,40,87). Sum of RGB (Red+Green+Blue) = 22+40+87=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #162857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162857 is #E9D7A8. Grayscale: #272727. Windows color (decimal): -15325097 or 5711894. OLE color: 5711894.

HSL color Cylindrical-coordinate representation of color #162857: hue angle of 223.38º 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 #162857 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB224087-
CMYK0.750.5400.66
HSL223.38º59.63%21.37%-
HSV(B)223.38º74.71%34.12%-
XYZ2.812.389.33-
YUV39.98154.54115.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 87 (34.38% from 255) = 58.39%
R=14.77%
G=26.85%
B=58.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2240870.750.5400.66223.3859.6321.37
Hex1628574B36042df3c15
Octal26501271136601023377425
Binary1011010100010101111001011110110010000101101111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162857; }

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

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

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

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

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

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

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

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