#21429F

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

Shades of Egyptian Blue #21429F

Tints of Egyptian Blue #21429F

Color information

#21429F (or 0x21429F) is unknown color: approx Egyptian Blue. HEX triplet: 21, 42 and 9F. RGB value is (33,66,159). Sum of RGB (Red+Green+Blue) = 33+66+159=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #21429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21429F is #DEBD60. Grayscale: #424242. Windows color (decimal): -14597473 or 10437153. OLE color: 10437153.

HSL color Cylindrical-coordinate representation of color #21429F: hue angle of 224.29º 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 #21429F is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3366159-
CMYK0.790.5800.38
HSL224.29º65.62%37.65%-
HSV(B)224.29º79.25%62.35%-
XYZ8.836.7233.63-
YUV66.74180.07103.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 159 (62.5% from 255) = 61.63%
R=12.79%
G=25.58%
B=61.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33661590.790.5800.38224.2965.6237.65
Hex21429F4F3A026e04226
Octal411022371177204634010246
Binary10000110000101001111110011111110100100110111000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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