#162976

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

Shades of Sapphire #162976

Tints of Sapphire #162976

Color information

#162976 (or 0x162976) is unknown color: approx Sapphire. HEX triplet: 16, 29 and 76. RGB value is (22,41,118). Sum of RGB (Red+Green+Blue) = 22+41+118=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #162976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162976 is #E9D689. Grayscale: #2B2B2B. Windows color (decimal): -15324810 or 7743766. OLE color: 7743766.

HSL color Cylindrical-coordinate representation of color #162976: hue angle of 228.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #162976 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2241118-
CMYK0.810.6500.54
HSL228.12º68.57%27.45%-
HSV(B)228.12º81.36%46.27%-
XYZ4.393.0617.5-
YUV44.1169.71112.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 118 (46.48% from 255) = 65.19%
R=12.15%
G=22.65%
B=65.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22411180.810.6500.54228.1268.5727.45
Hex1629765141036e4451b
Octal265116612110106634410533
Binary10110101001111011010100011000001011011011100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162976; }

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

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

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

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

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

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

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

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