#21299F

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

Shades of Egyptian Blue #21299F

Tints of Egyptian Blue #21299F

Color information

#21299F (or 0x21299F) is unknown color: approx Egyptian Blue. HEX triplet: 21, 29 and 9F. RGB value is (33,41,159). Sum of RGB (Red+Green+Blue) = 33+41+159=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #21299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21299F is #DED660. Grayscale: #333333. Windows color (decimal): -14603873 or 10430753. OLE color: 10430753.

HSL color Cylindrical-coordinate representation of color #21299F: hue angle of 236.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21299F is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3341159-
CMYK0.790.7400.38
HSL236.19º65.62%37.65%-
HSV(B)236.19º79.25%62.35%-
XYZ7.684.4133.25-
YUV52.06188.35114.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 159 (62.5% from 255) = 68.24%
R=14.16%
G=17.60%
B=68.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33411590.790.7400.38236.1965.6237.65
Hex21299F4F4A026ec4226
Octal415123711711204635410246
Binary10000110100110011111100111110010100100110111011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21299F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21299F; }

 p { color: rgb(33,41,159); }

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

<style>
 a { background-color: #21299F; }

 a { background-color: rgb(33,41,159); }

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

<style>
 span { border-color: #21299F; }

 span { border-color: rgb(33,41,159); }

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