#162f8c

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

Shades of Egyptian Blue #162F8C

Tints of Egyptian Blue #162F8C

Color information

#162F8C (or 0x162F8C) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2F and 8C. RGB value is (22,47,140). Sum of RGB (Red+Green+Blue) = 22+47+140=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #162F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162F8C is #E9D073. Grayscale: #313131. Windows color (decimal): -15323252 or 9187094. OLE color: 9187094.

HSL color Cylindrical-coordinate representation of color #162F8C: hue angle of 227.29º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #162F8C is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2247140-
CMYK0.840.6600.45
HSL227.29º72.84%31.76%-
HSV(B)227.29º84.29%54.9%-
XYZ6.084.125.28-
YUV50.13178.72107.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 140 (55.08% from 255) = 66.99%
R=10.53%
G=22.49%
B=66.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22471400.840.6600.45227.2972.8431.76
Hex162F8C544202De34920
Octal265721412410205534311140
Binary1011010111110001100101010010000100101101111000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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