Html Css Color HEX #213E99 Egyptian Blue

📋 copy color: '#213E99'

red 33 ◦ green 62 ◦ blue 153

#213E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #213E99

Tints of Egyptian Blue #213E99

RGB

 RED value IS 33 (13.28% from 255) = 13.31%

 GREEN value IS 62 (24.61% from 255) = 25%

 BLUE value IS 153 (60.16% from 255) = 61.69%

R = 13.31%
G = 25%
B = 61.69%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#213E99 (or 0x213E99) is known color: Egyptian Blue. HEX triplet: 21, 3E and 99. RGB value is (33,62,153). Sum of RGB (Red+Green+Blue) = 33+62+153=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #213E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E99 is #DEC166. Grayscale: #3F3F3F. Windows color (decimal): -14598503 or 10042913. OLE color: 10042913.

HSL color Cylindrical-coordinate representation of color #213E99: hue angle of 225.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213E99 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 62 153 -
CMYK 0.78 0.59 0 0.4
HSL 225.5º 0.65% 0.36% -
HSV(B) 225.5º 0.78% 0.6% -
XYZ 8.1 6.07 30.88 -
YUV 63.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 33 62 153 0.78 0.59 0 0.4 225.5 0.65 0.36
Hex 21 3E 99 4E 3B 0 28 E2 41 24
Octal 41 76 231 116 73 0 50 342 101 44
Binary 100001 111110 10011001 1001110 111011 0 101000 11100010 1000001 100100

Color Harmonies of #213E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E99

Black with #213E99

Text Example


Text Example

White with #213E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213E99;
 }
 .AnyTagClassName
 {
   color: #213E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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