Html Css Color HEX #213C99 Egyptian Blue

📋 copy color: '#213C99'

red 33 ◦ green 60 ◦ blue 153

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

Shades of Egyptian Blue #213C99

Tints of Egyptian Blue #213C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

 BLUE value IS 153 (60.16% from 255) = 62.2%

R = 13.41%
G = 24.39%
B = 62.2%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#213C99 (or 0x213C99) is known color: Egyptian Blue. HEX triplet: 21, 3C and 99. RGB value is (33,60,153). Sum of RGB (Red+Green+Blue) = 33+60+153=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #213C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213C99 is #DEC366. Grayscale: #3E3E3E. Windows color (decimal): -14599015 or 10042401. OLE color: 10042401.

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

Color convert

RGB 33 60 153 -
CMYK 0.78 0.61 0 0.4
HSL 226.5º 0.65% 0.36% -
HSV(B) 226.5º 0.78% 0.6% -
XYZ 7.99 5.85 30.85 -
YUV 62.53 179.05 106.94 -
System Red Green Blue C M Y K H S L
Decimal 33 60 153 0.78 0.61 0 0.4 226.5 0.65 0.36
Hex 21 3C 99 4E 3D 0 28 E2 41 24
Octal 41 74 231 116 75 0 50 342 101 44
Binary 100001 111100 10011001 1001110 111101 0 101000 11100010 1000001 100100

Color Harmonies of #213C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C99

Black with #213C99

Text Example


Text Example

White with #213C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,153); }

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

background-color css

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

 a { background-color: rgb(33,60,153); }

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

border-color css

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

 span { border-color: rgb(33,60,153); }

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