Html Css Color HEX #213195 Egyptian Blue

📋 copy color: '#213195'

red 33 ◦ green 49 ◦ blue 149

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

Shades of Egyptian Blue #213195

Tints of Egyptian Blue #213195

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 14.29%
G = 21.21%
B = 64.5%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213195 (or 0x213195) is known color: Egyptian Blue. HEX triplet: 21, 31 and 95. RGB value is (33,49,149). Sum of RGB (Red+Green+Blue) = 33+49+149=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #213195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213195 is #DECE6A. Grayscale: #373737. Windows color (decimal): -14601835 or 9777441. OLE color: 9777441.

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

Color convert

RGB 33 49 149 -
CMYK 0.78 0.67 0 0.42
HSL 231.72º 0.64% 0.36% -
HSV(B) 231.72º 0.78% 0.58% -
XYZ 7.15 4.69 28.96 -
YUV 55.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 33 49 149 0.78 0.67 0 0.42 231.72 0.64 0.36
Hex 21 31 95 4E 43 0 2A E8 40 24
Octal 41 61 225 116 103 0 52 350 100 44
Binary 100001 110001 10010101 1001110 1000011 0 101010 11101000 1000000 100100

Color Harmonies of #213195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213195

Black with #213195

Text Example


Text Example

White with #213195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213195; }

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

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

background-color css

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

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

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

border-color css

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

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

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