Html Css Color HEX #213599 Egyptian Blue

📋 copy color: '#213599'

red 33 ◦ green 53 ◦ blue 153

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

Shades of Egyptian Blue #213599

Tints of Egyptian Blue #213599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

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

R = 13.81%
G = 22.18%
B = 64.02%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#213599 (or 0x213599) is known color: Egyptian Blue. HEX triplet: 21, 35 and 99. RGB value is (33,53,153). Sum of RGB (Red+Green+Blue) = 33+53+153=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #213599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213599 is #DECA66. Grayscale: #3A3A3A. Windows color (decimal): -14600807 or 10040609. OLE color: 10040609.

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

Color convert

RGB 33 53 153 -
CMYK 0.78 0.65 0 0.4
HSL 230º 0.65% 0.36% -
HSV(B) 230º 0.78% 0.6% -
XYZ 7.65 5.17 30.73 -
YUV 58.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 33 53 153 0.78 0.65 0 0.4 230 0.65 0.36
Hex 21 35 99 4E 41 0 28 E6 41 24
Octal 41 65 231 116 101 0 50 346 101 44
Binary 100001 110101 10011001 1001110 1000001 0 101000 11100110 1000001 100100

Color Harmonies of #213599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213599

Black with #213599

Text Example


Text Example

White with #213599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213599; }

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

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

background-color css

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

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

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

border-color css

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

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

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