#162F78

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

Shades of Sapphire #162F78

Tints of Sapphire #162F78

Color information

#162F78 (or 0x162F78) is unknown color: approx Sapphire. HEX triplet: 16, 2F and 78. RGB value is (22,47,120). Sum of RGB (Red+Green+Blue) = 22+47+120=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #162F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162F78 is #E9D087. Grayscale: #2F2F2F. Windows color (decimal): -15323272 or 7876374. OLE color: 7876374.

HSL color Cylindrical-coordinate representation of color #162F78: hue angle of 224.69º 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 #162F78 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2247120-
CMYK0.820.6100.53
HSL224.69º69.01%27.84%-
HSV(B)224.69º81.67%47.06%-
XYZ4.743.5618.21-
YUV47.85168.72109.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 120 (47.27% from 255) = 63.49%
R=11.64%
G=24.87%
B=63.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22471200.820.6100.53224.6969.0127.84
Hex162F78523D035e1451c
Octal26571701227506534110534
Binary1011010111111110001010010111101011010111100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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