Html Css Color HEX #212899 Egyptian Blue

📋 copy color: '#212899'

red 33 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #212899

Tints of Egyptian Blue #212899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 14.6%
G = 17.7%
B = 67.7%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212899 (or 0x212899) is known color: Egyptian Blue. HEX triplet: 21, 28 and 99. RGB value is (33,40,153). Sum of RGB (Red+Green+Blue) = 33+40+153=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #212899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212899 is #DED766. Grayscale: #323232. Windows color (decimal): -14604135 or 10037281. OLE color: 10037281.

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

Color convert

RGB 33 40 153 -
CMYK 0.78 0.74 0 0.4
HSL 236.5º 0.65% 0.36% -
HSV(B) 236.5º 0.78% 0.6% -
XYZ 7.14 4.14 30.56 -
YUV 50.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 33 40 153 0.78 0.74 0 0.4 236.5 0.65 0.36
Hex 21 28 99 4E 4A 0 28 EC 41 24
Octal 41 50 231 116 112 0 50 354 101 44
Binary 100001 101000 10011001 1001110 1001010 0 101000 11101100 1000001 100100

Color Harmonies of #212899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212899

Black with #212899

Text Example


Text Example

White with #212899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212899; }

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

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

background-color css

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

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

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

border-color css

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

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

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