#21499E

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

Shades of Egyptian Blue #21499E

Tints of Egyptian Blue #21499E

Color information

#21499E (or 0x21499E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 49 and 9E. RGB value is (33,73,158). Sum of RGB (Red+Green+Blue) = 33+73+158=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #21499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21499E is #DEB661. Grayscale: #464646. Windows color (decimal): -14595682 or 10373409. OLE color: 10373409.

HSL color Cylindrical-coordinate representation of color #21499E: hue angle of 220.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21499E is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3373158-
CMYK0.790.5400.38
HSL220.8º65.45%37.45%-
HSV(B)220.8º79.11%61.96%-
XYZ9.187.5633.32-
YUV70.73177.25101.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=12.5%
G=27.65%
B=59.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33731580.790.5400.38220.865.4537.45
Hex21499E4F36026dd4125
Octal411112361176604633510145
Binary10000110010011001111010011111101100100110110111011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21499E; }

 p { color: rgb(33,73,158); }

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

<style>
 a { background-color: #21499E; }

 a { background-color: rgb(33,73,158); }

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

<style>
 span { border-color: #21499E; }

 span { border-color: rgb(33,73,158); }

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