#21489E

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

Shades of Egyptian Blue #21489E

Tints of Egyptian Blue #21489E

Color information

#21489E (or 0x21489E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 48 and 9E. RGB value is (33,72,158). Sum of RGB (Red+Green+Blue) = 33+72+158=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #21489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21489E is #DEB761. Grayscale: #454545. Windows color (decimal): -14595938 or 10373153. OLE color: 10373153.

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

Color convert

RGB3372158-
CMYK0.790.5400.38
HSL221.28º65.45%37.45%-
HSV(B)221.28º79.11%61.96%-
XYZ9.127.4333.3-
YUV70.14177.58101.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=12.55%
G=27.38%
B=60.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33721580.790.5400.38221.2865.4537.45
Hex21489E4F36026dd4125
Octal411102361176604633510145
Binary10000110010001001111010011111101100100110110111011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21489E; }

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

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

<style>
 a { background-color: #21489E; }

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

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

<style>
 span { border-color: #21489E; }

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

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