Html Css Color HEX #213A91 Egyptian Blue

📋 copy color: '#213A91'

red 33 ◦ green 58 ◦ blue 145

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

Shades of Egyptian Blue #213A91

Tints of Egyptian Blue #213A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 13.98%
G = 24.58%
B = 61.44%

CMYK

 C value IS 0.77

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#213A91 (or 0x213A91) is known color: Egyptian Blue. HEX triplet: 21, 3A and 91. RGB value is (33,58,145). Sum of RGB (Red+Green+Blue) = 33+58+145=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #213A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213A91 is #DEC56E. Grayscale: #3C3C3C. Windows color (decimal): -14599535 or 9517601. OLE color: 9517601.

HSL color Cylindrical-coordinate representation of color #213A91: hue angle of 226.61º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213A91 is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 58 145 -
CMYK 0.77 0.6 0 0.43
HSL 226.61º 0.63% 0.35% -
HSV(B) 226.61º 0.77% 0.57% -
XYZ 7.25 5.39 27.45 -
YUV 60.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 33 58 145 0.77 0.6 0 0.43 226.61 0.63 0.35
Hex 21 3A 91 4D 3C 0 2B E3 3F 23
Octal 41 72 221 115 74 0 53 343 77 43
Binary 100001 111010 10010001 1001101 111100 0 101011 11100011 111111 100011

Color Harmonies of #213A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A91

Black with #213A91

Text Example


Text Example

White with #213A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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