#162960

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

Shades of Sapphire #162960

Tints of Sapphire #162960

Color information

#162960 (or 0x162960) is unknown color: approx Sapphire. HEX triplet: 16, 29 and 60. RGB value is (22,41,96). Sum of RGB (Red+Green+Blue) = 22+41+96=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #162960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162960 is #E9D69F. Grayscale: #292929. Windows color (decimal): -15324832 or 6301974. OLE color: 6301974.

HSL color Cylindrical-coordinate representation of color #162960: hue angle of 224.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #162960 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB224196-
CMYK0.770.5700.62
HSL224.59º62.71%23.14%-
HSV(B)224.59º77.08%37.65%-
XYZ3.242.611.4-
YUV41.59158.71114.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=13.84%
G=25.79%
B=60.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2241960.770.5700.62224.5962.7123.14
Hex1629604D3903Ee13f17
Octal2651140115710763417727
Binary101101010011100000100110111100101111101110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162960; }

 p { color: rgb(22,41,96); }

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

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

 a { background-color: rgb(22,41,96); }

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

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

 span { border-color: rgb(22,41,96); }

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