#162C9C

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

Shades of Egyptian Blue #162C9C

Tints of Egyptian Blue #162C9C

Color information

#162C9C (or 0x162C9C) is unknown color: approx Egyptian Blue. HEX triplet: 16, 2C and 9C. RGB value is (22,44,156). Sum of RGB (Red+Green+Blue) = 22+44+156=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #162C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162C9C is #E9D363. Grayscale: #313131. Windows color (decimal): -15324004 or 10234902. OLE color: 10234902.

HSL color Cylindrical-coordinate representation of color #162C9C: hue angle of 230.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162C9C is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2244156-
CMYK0.860.7200.39
HSL230.15º75.28%34.9%-
HSV(B)230.15º85.9%61.18%-
XYZ7.234.3731.92-
YUV50.19187.71107.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 156 (61.33% from 255) = 70.27%
R=9.91%
G=19.82%
B=70.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22441560.860.7200.39230.1575.2834.9
Hex162C9C5648027e64b23
Octal265423412611004734611343
Binary1011010110010011100101011010010000100111111001101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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