Html Css Color HEX #212599 Egyptian Blue

📋 copy color: '#212599'

red 33 ◦ green 37 ◦ blue 153

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

Shades of Egyptian Blue #212599

Tints of Egyptian Blue #212599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 14.8%
G = 16.59%
B = 68.61%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#212599 (or 0x212599) is known color: Egyptian Blue. HEX triplet: 21, 25 and 99. RGB value is (33,37,153). Sum of RGB (Red+Green+Blue) = 33+37+153=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #212599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212599 is #DEDA66. Grayscale: #303030. Windows color (decimal): -14604903 or 10036513. OLE color: 10036513.

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

Color convert

RGB 33 37 153 -
CMYK 0.78 0.76 0 0.4
HSL 238º 0.65% 0.36% -
HSV(B) 238º 0.78% 0.6% -
XYZ 7.04 3.95 30.53 -
YUV 49.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 33 37 153 0.78 0.76 0 0.4 238 0.65 0.36
Hex 21 25 99 4E 4C 0 28 EE 41 24
Octal 41 45 231 116 114 0 50 356 101 44
Binary 100001 100101 10011001 1001110 1001100 0 101000 11101110 1000001 100100

Color Harmonies of #212599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212599

Black with #212599

Text Example


Text Example

White with #212599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212599; }

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

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

background-color css

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

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

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

border-color css

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

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

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