Html Css Color HEX #212799 Egyptian Blue

📋 copy color: '#212799'

red 33 ◦ green 39 ◦ blue 153

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

Shades of Egyptian Blue #212799

Tints of Egyptian Blue #212799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 14.67%
G = 17.33%
B = 68%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212799 (or 0x212799) is known color: Egyptian Blue. HEX triplet: 21, 27 and 99. RGB value is (33,39,153). Sum of RGB (Red+Green+Blue) = 33+39+153=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #212799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212799 is #DED866. Grayscale: #313131. Windows color (decimal): -14604391 or 10037025. OLE color: 10037025.

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

Color convert

RGB 33 39 153 -
CMYK 0.78 0.75 0 0.4
HSL 237º 0.65% 0.36% -
HSV(B) 237º 0.78% 0.6% -
XYZ 7.1 4.07 30.55 -
YUV 50.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 33 39 153 0.78 0.75 0 0.4 237 0.65 0.36
Hex 21 27 99 4E 4B 0 28 ED 41 24
Octal 41 47 231 116 113 0 50 355 101 44
Binary 100001 100111 10011001 1001110 1001011 0 101000 11101101 1000001 100100

Color Harmonies of #212799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212799

Black with #212799

Text Example


Text Example

White with #212799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212799; }

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

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

background-color css

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

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

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

border-color css

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

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

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