#162B76

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

Shades of Sapphire #162B76

Tints of Sapphire #162B76

Color information

#162B76 (or 0x162B76) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 76. RGB value is (22,43,118). Sum of RGB (Red+Green+Blue) = 22+43+118=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #162B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B76 is #E9D489. Grayscale: #2C2C2C. Windows color (decimal): -15324298 or 7744278. OLE color: 7744278.

HSL color Cylindrical-coordinate representation of color #162B76: hue angle of 226.88º 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 #162B76 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2243118-
CMYK0.810.6400.54
HSL226.88º68.57%27.45%-
HSV(B)226.88º81.36%46.27%-
XYZ4.463.2117.52-
YUV45.27169.04111.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.02%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 118 (46.48% from 255) = 64.48%
R=12.02%
G=23.50%
B=64.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22431180.810.6400.54226.8868.5727.45
Hex162B765140036e3451b
Octal265316612110006634310533
Binary10110101011111011010100011000000011011011100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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