Html Css Color HEX #213A96 Egyptian Blue

📋 copy color: '#213A96'

red 33 ◦ green 58 ◦ blue 150

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

Shades of Egyptian Blue #213A96

Tints of Egyptian Blue #213A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 13.69%
G = 24.07%
B = 62.24%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#213A96 (or 0x213A96) is known color: Egyptian Blue. HEX triplet: 21, 3A and 96. RGB value is (33,58,150). Sum of RGB (Red+Green+Blue) = 33+58+150=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #213A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213A96 is #DEC569. Grayscale: #3C3C3C. Windows color (decimal): -14599530 or 9845281. OLE color: 9845281.

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

Color convert

RGB 33 58 150 -
CMYK 0.78 0.61 0 0.41
HSL 227.18º 0.64% 0.36% -
HSV(B) 227.18º 0.78% 0.59% -
XYZ 7.65 5.55 29.52 -
YUV 61.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 33 58 150 0.78 0.61 0 0.41 227.18 0.64 0.36
Hex 21 3A 96 4E 3D 0 29 E3 40 24
Octal 41 72 226 116 75 0 51 343 100 44
Binary 100001 111010 10010110 1001110 111101 0 101001 11100011 1000000 100100

Color Harmonies of #213A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A96

Black with #213A96

Text Example


Text Example

White with #213A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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