Html Css Color HEX #213095 Egyptian Blue

📋 copy color: '#213095'

red 33 ◦ green 48 ◦ blue 149

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

Shades of Egyptian Blue #213095

Tints of Egyptian Blue #213095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 14.35%
G = 20.87%
B = 64.78%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#213095 (or 0x213095) is known color: Egyptian Blue. HEX triplet: 21, 30 and 95. RGB value is (33,48,149). Sum of RGB (Red+Green+Blue) = 33+48+149=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #213095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213095 is #DECF6A. Grayscale: #363636. Windows color (decimal): -14602091 or 9777185. OLE color: 9777185.

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

Color convert

RGB 33 48 149 -
CMYK 0.78 0.68 0 0.42
HSL 232.24º 0.64% 0.36% -
HSV(B) 232.24º 0.78% 0.58% -
XYZ 7.11 4.61 28.95 -
YUV 55.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 33 48 149 0.78 0.68 0 0.42 232.24 0.64 0.36
Hex 21 30 95 4E 44 0 2A E8 40 24
Octal 41 60 225 116 104 0 52 350 100 44
Binary 100001 110000 10010101 1001110 1000100 0 101010 11101000 1000000 100100

Color Harmonies of #213095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213095

Black with #213095

Text Example


Text Example

White with #213095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213095; }

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

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

background-color css

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

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

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

border-color css

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

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

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