Html Css Color HEX #202799 Egyptian Blue

📋 copy color: '#202799'

red 32 ◦ green 39 ◦ blue 153

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

Shades of Egyptian Blue #202799

Tints of Egyptian Blue #202799

RGB

 RED value IS 32 (12.89% from 255) = 14.29%

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

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

R = 14.29%
G = 17.41%
B = 68.3%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#202799 (or 0x202799) is known color: Egyptian Blue. HEX triplet: 20, 27 and 99. RGB value is (32,39,153). Sum of RGB (Red+Green+Blue) = 32+39+153=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #202799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202799 is #DFD866. Grayscale: #313131. Windows color (decimal): -14669927 or 10037024. OLE color: 10037024.

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

Color convert

RGB 32 39 153 -
CMYK 0.79 0.75 0 0.4
HSL 236.53º 0.65% 0.36% -
HSV(B) 236.53º 0.79% 0.6% -
XYZ 7.07 4.06 30.55 -
YUV 49.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 32 39 153 0.79 0.75 0 0.4 236.53 0.65 0.36
Hex 20 27 99 4F 4B 0 28 ED 41 24
Octal 40 47 231 117 113 0 50 355 101 44
Binary 100000 100111 10011001 1001111 1001011 0 101000 11101101 1000001 100100

Color Harmonies of #202799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202799

Black with #202799

Text Example


Text Example

White with #202799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202799; }

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

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

background-color css

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

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

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

border-color css

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

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

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