#162460

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

Shades of Sapphire #162460

Tints of Sapphire #162460

Color information

#162460 (or 0x162460) is unknown color: approx Sapphire. HEX triplet: 16, 24 and 60. RGB value is (22,36,96). Sum of RGB (Red+Green+Blue) = 22+36+96=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #162460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162460 is #E9DB9F. Grayscale: #262626. Windows color (decimal): -15326112 or 6300694. OLE color: 6300694.

HSL color Cylindrical-coordinate representation of color #162460: hue angle of 228.65º 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 #162460 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB223696-
CMYK0.770.6200.62
HSL228.65º62.71%23.14%-
HSV(B)228.65º77.08%37.65%-
XYZ3.072.2811.34-
YUV38.65160.36116.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=14.29%
G=23.38%
B=62.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2236960.770.6200.62228.6562.7123.14
Hex1624604D3E03Ee53f17
Octal2644140115760763457727
Binary101101001001100000100110111111001111101110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162460; }

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

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

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

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

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

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

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

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