Html Css Color HEX #213DA0 Egyptian Blue

📋 copy color: '#213DA0'

red 33 ◦ green 61 ◦ blue 160

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

Shades of Egyptian Blue #213DA0

Tints of Egyptian Blue #213DA0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

 BLUE value IS 160 (62.89% from 255) = 62.99%

R = 12.99%
G = 24.02%
B = 62.99%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#213DA0 (or 0x213DA0) is known color: Egyptian Blue. HEX triplet: 21, 3D and A0. RGB value is (33,61,160). Sum of RGB (Red+Green+Blue) = 33+61+160=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #213DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DA0 is #DEC25F. Grayscale: #3F3F3F. Windows color (decimal): -14598752 or 10501409. OLE color: 10501409.

HSL color Cylindrical-coordinate representation of color #213DA0: hue angle of 226.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #213DA0 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 61 160 -
CMYK 0.79 0.62 0 0.37
HSL 226.77º 0.66% 0.38% -
HSV(B) 226.77º 0.79% 0.63% -
XYZ 8.64 6.2 34 -
YUV 63.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 33 61 160 0.79 0.62 0 0.37 226.77 0.66 0.38
Hex 21 3D A0 4F 3E 0 25 E3 42 26
Octal 41 75 240 117 76 0 45 343 102 46
Binary 100001 111101 10100000 1001111 111110 0 100101 11100011 1000010 100110

Color Harmonies of #213DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DA0

Black with #213DA0

Text Example


Text Example

White with #213DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,160); }

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

background-color css

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

 a { background-color: rgb(33,61,160); }

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

border-color css

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

 span { border-color: rgb(33,61,160); }

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