Html Css Color HEX #213A99 Egyptian Blue

📋 copy color: '#213A99'

red 33 ◦ green 58 ◦ blue 153

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

Shades of Egyptian Blue #213A99

Tints of Egyptian Blue #213A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

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

R = 13.52%
G = 23.77%
B = 62.7%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#213A99 (or 0x213A99) is known color: Egyptian Blue. HEX triplet: 21, 3A and 99. RGB value is (33,58,153). Sum of RGB (Red+Green+Blue) = 33+58+153=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #213A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213A99 is #DEC566. Grayscale: #3C3C3C. Windows color (decimal): -14599527 or 10041889. OLE color: 10041889.

HSL color Cylindrical-coordinate representation of color #213A99: hue angle of 227.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 #213A99 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 58 153 -
CMYK 0.78 0.62 0 0.4
HSL 227.5º 0.65% 0.36% -
HSV(B) 227.5º 0.78% 0.6% -
XYZ 7.89 5.65 30.81 -
YUV 61.36 179.72 107.78 -
System Red Green Blue C M Y K H S L
Decimal 33 58 153 0.78 0.62 0 0.4 227.5 0.65 0.36
Hex 21 3A 99 4E 3E 0 28 E4 41 24
Octal 41 72 231 116 76 0 50 344 101 44
Binary 100001 111010 10011001 1001110 111110 0 101000 11100100 1000001 100100

Color Harmonies of #213A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A99

Black with #213A99

Text Example


Text Example

White with #213A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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