Html Css Color HEX #213999 Egyptian Blue

📋 copy color: '#213999'

red 33 ◦ green 57 ◦ blue 153

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

Shades of Egyptian Blue #213999

Tints of Egyptian Blue #213999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

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

R = 13.58%
G = 23.46%
B = 62.96%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#213999 (or 0x213999) is known color: Egyptian Blue. HEX triplet: 21, 39 and 99. RGB value is (33,57,153). Sum of RGB (Red+Green+Blue) = 33+57+153=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #213999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213999 is #DEC666. Grayscale: #3C3C3C. Windows color (decimal): -14599783 or 10041633. OLE color: 10041633.

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

Color convert

RGB 33 57 153 -
CMYK 0.78 0.63 0 0.4
HSL 228º 0.65% 0.36% -
HSV(B) 228º 0.78% 0.6% -
XYZ 7.84 5.55 30.79 -
YUV 60.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 33 57 153 0.78 0.63 0 0.4 228 0.65 0.36
Hex 21 39 99 4E 3F 0 28 E4 41 24
Octal 41 71 231 116 77 0 50 344 101 44
Binary 100001 111001 10011001 1001110 111111 0 101000 11100100 1000001 100100

Color Harmonies of #213999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213999

Black with #213999

Text Example


Text Example

White with #213999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213999; }

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

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

background-color css

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

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

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

border-color css

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

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

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