#162C8C

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

Shades of Egyptian Blue #162C8C

Tints of Egyptian Blue #162C8C

Color information

#162C8C (or 0x162C8C) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2C and 8C. RGB value is (22,44,140). Sum of RGB (Red+Green+Blue) = 22+44+140=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #162C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162C8C is #E9D373. Grayscale: #2F2F2F. Windows color (decimal): -15324020 or 9186326. OLE color: 9186326.

HSL color Cylindrical-coordinate representation of color #162C8C: hue angle of 228.81º 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 #162C8C is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2244140-
CMYK0.840.6900.45
HSL228.81º72.84%31.76%-
HSV(B)228.81º84.29%54.9%-
XYZ5.973.8725.24-
YUV48.37179.71109.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 140 (55.08% from 255) = 67.96%
R=10.68%
G=21.36%
B=67.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22441400.840.6900.45228.8172.8431.76
Hex162C8C544502De54920
Octal265421412410505534511140
Binary1011010110010001100101010010001010101101111001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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