#21469e

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

Shades of Egyptian Blue #21469E

Tints of Egyptian Blue #21469E

Color information

#21469E (or 0x21469E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 46 and 9E. RGB value is (33,70,158). Sum of RGB (Red+Green+Blue) = 33+70+158=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #21469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21469E is #DEB961. Grayscale: #444444. Windows color (decimal): -14596450 or 10372641. OLE color: 10372641.

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

Color convert

RGB3370158-
CMYK0.790.5600.38
HSL222.24º65.45%37.45%-
HSV(B)222.24º79.11%61.96%-
XYZ8.997.1733.26-
YUV68.97178.24102.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=12.64%
G=26.82%
B=60.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33701580.790.5600.38222.2465.4537.45
Hex21469E4F38026de4125
Octal411062361177004633610145
Binary10000110001101001111010011111110000100110110111101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21469e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21469e; }

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

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

<style>
 a { background-color: #21469e; }

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

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

<style>
 span { border-color: #21469e; }

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

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