#213E9A

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

Shades of Egyptian Blue #213E9A

Tints of Egyptian Blue #213E9A

Color information

#213E9A (or 0x213E9A) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3E and 9A. RGB value is (33,62,154). Sum of RGB (Red+Green+Blue) = 33+62+154=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #213E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E9A is #DEC165. Grayscale: #3F3F3F. Windows color (decimal): -14598502 or 10108449. OLE color: 10108449.

HSL color Cylindrical-coordinate representation of color #213E9A: hue angle of 225.62º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #213E9A is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3362154-
CMYK0.790.6000.40
HSL225.62º64.71%36.67%-
HSV(B)225.62º78.57%60.39%-
XYZ8.186.131.32-
YUV63.82178.89106.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=13.25%
G=24.90%
B=61.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33621540.790.6000.40225.6264.7136.67
Hex213E9A4F3C028e24125
Octal41762321177405034210145
Binary1000011111101001101010011111111000101000111000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E9A; }

 p { color: rgb(33,62,154); }

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

<style>
 a { background-color: #213E9A; }

 a { background-color: rgb(33,62,154); }

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

<style>
 span { border-color: #213E9A; }

 span { border-color: rgb(33,62,154); }

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