Html Css Color HEX #213595 Egyptian Blue

📋 copy color: '#213595'

red 33 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #213595

Tints of Egyptian Blue #213595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 14.04%
G = 22.55%
B = 63.4%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213595 (or 0x213595) is known color: Egyptian Blue. HEX triplet: 21, 35 and 95. RGB value is (33,53,149). Sum of RGB (Red+Green+Blue) = 33+53+149=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #213595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213595 is #DECA6A. Grayscale: #393939. Windows color (decimal): -14600811 or 9778465. OLE color: 9778465.

HSL color Cylindrical-coordinate representation of color #213595: hue angle of 229.66º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213595 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 53 149 -
CMYK 0.78 0.64 0 0.42
HSL 229.66º 0.64% 0.36% -
HSV(B) 229.66º 0.78% 0.58% -
XYZ 7.33 5.04 29.02 -
YUV 57.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 33 53 149 0.78 0.64 0 0.42 229.66 0.64 0.36
Hex 21 35 95 4E 40 0 2A E6 40 24
Octal 41 65 225 116 100 0 52 346 100 44
Binary 100001 110101 10010101 1001110 1000000 0 101010 11100110 1000000 100100

Color Harmonies of #213595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213595

Black with #213595

Text Example


Text Example

White with #213595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213595; }

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

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

background-color css

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

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

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

border-color css

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

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

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