#21409F

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

Shades of Egyptian Blue #21409F

Tints of Egyptian Blue #21409F

Color information

#21409F (or 0x21409F) is unknown color: approx Egyptian Blue. HEX triplet: 21, 40 and 9F. RGB value is (33,64,159). Sum of RGB (Red+Green+Blue) = 33+64+159=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #21409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21409F is #DEBF60. Grayscale: #414141. Windows color (decimal): -14597985 or 10436641. OLE color: 10436641.

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

Color convert

RGB3364159-
CMYK0.790.6000.38
HSL225.24º65.62%37.65%-
HSV(B)225.24º79.25%62.35%-
XYZ8.726.4933.59-
YUV65.56180.73104.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 62.11%
R=12.89%
G=25%
B=62.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33641590.790.6000.38225.2465.6237.65
Hex21409F4F3C026e14226
Octal411002371177404634110246
Binary10000110000001001111110011111111000100110111000011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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