#21419F

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

Shades of Egyptian Blue #21419F

Tints of Egyptian Blue #21419F

Color information

#21419F (or 0x21419F) is unknown color: approx Egyptian Blue. HEX triplet: 21, 41 and 9F. RGB value is (33,65,159). Sum of RGB (Red+Green+Blue) = 33+65+159=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #21419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21419F is #DEBE60. Grayscale: #414141. Windows color (decimal): -14597729 or 10436897. OLE color: 10436897.

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

Color convert

RGB3365159-
CMYK0.790.5900.38
HSL224.76º65.62%37.65%-
HSV(B)224.76º79.25%62.35%-
XYZ8.786.6133.61-
YUV66.15180.4104.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 159 (62.5% from 255) = 61.87%
R=12.84%
G=25.29%
B=61.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33651590.790.5900.38224.7665.6237.65
Hex21419F4F3B026e14226
Octal411012371177304634110246
Binary10000110000011001111110011111110110100110111000011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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