#16429C

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

Shades of Egyptian Blue #16429C

Tints of Egyptian Blue #16429C

Color information

#16429C (or 0x16429C) is unknown color: approx Egyptian Blue. HEX triplet: 16, 42 and 9C. RGB value is (22,66,156). Sum of RGB (Red+Green+Blue) = 22+66+156=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #16429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16429C is #E9BD63. Grayscale: #3E3E3E. Windows color (decimal): -15318372 or 10240534. OLE color: 10240534.

HSL color Cylindrical-coordinate representation of color #16429C: hue angle of 220.3º 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 #16429C is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2266156-
CMYK0.860.5800.39
HSL220.3º75.28%34.9%-
HSV(B)220.3º85.9%61.18%-
XYZ8.286.4732.26-
YUV63.1180.4298.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 156 (61.33% from 255) = 63.93%
R=9.02%
G=27.05%
B=63.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22661560.860.5800.39220.375.2834.9
Hex16429C563A027dc4b23
Octal261022341267204733411343
Binary1011010000101001110010101101110100100111110111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16429C; }

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

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

<style>
 a { background-color: #16429C; }

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

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

<style>
 span { border-color: #16429C; }

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

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