#162F99

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

Shades of Egyptian Blue #162F99

Tints of Egyptian Blue #162F99

Color information

#162F99 (or 0x162F99) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2F and 99. RGB value is (22,47,153). Sum of RGB (Red+Green+Blue) = 22+47+153=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #162F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162F99 is #E9D066. Grayscale: #333333. Windows color (decimal): -15323239 or 10039062. OLE color: 10039062.

HSL color Cylindrical-coordinate representation of color #162F99: hue angle of 228.55º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162F99 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2247153-
CMYK0.860.6900.4
HSL228.55º74.86%34.31%-
HSV(B)228.55º85.62%60%-
XYZ7.14.530.63-
YUV51.61185.22106.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 47 (18.75% from 255) = 21.17%
BLUE value IS 153 (60.16% from 255) = 68.92%
R=9.91%
G=21.17%
B=68.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22471530.860.6900.4228.5574.8634.31
Hex162F995645028e54b22
Octal265723112610505034511342
Binary1011010111110011001101011010001010101000111001011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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