#162B78

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

Shades of Sapphire #162B78

Tints of Sapphire #162B78

Color information

#162B78 (or 0x162B78) is unknown color: approx Sapphire. HEX triplet: 16, 2B and 78. RGB value is (22,43,120). Sum of RGB (Red+Green+Blue) = 22+43+120=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #162B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162B78 is #E9D487. Grayscale: #2D2D2D. Windows color (decimal): -15324296 or 7875350. OLE color: 7875350.

HSL color Cylindrical-coordinate representation of color #162B78: hue angle of 227.14º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162B78 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2243120-
CMYK0.820.6400.53
HSL227.14º69.01%27.84%-
HSV(B)227.14º81.67%47.06%-
XYZ4.583.2518.16-
YUV45.5170.04111.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=11.89%
G=23.24%
B=64.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22431200.820.6400.53227.1469.0127.84
Hex162B785240035e3451c
Octal265317012210006534310534
Binary10110101011111100010100101000000011010111100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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