Html Css Color HEX #202499 Egyptian Blue

📋 copy color: '#202499'

red 32 ◦ green 36 ◦ blue 153

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

Shades of Egyptian Blue #202499

Tints of Egyptian Blue #202499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 14.48%
G = 16.29%
B = 69.23%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#202499 (or 0x202499) is known color: Egyptian Blue. HEX triplet: 20, 24 and 99. RGB value is (32,36,153). Sum of RGB (Red+Green+Blue) = 32+36+153=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #202499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202499 is #DFDB66. Grayscale: #2F2F2F. Windows color (decimal): -14670695 or 10036256. OLE color: 10036256.

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

Color convert

RGB 32 36 153 -
CMYK 0.79 0.76 0 0.4
HSL 238.02º 0.65% 0.36% -
HSV(B) 238.02º 0.79% 0.6% -
XYZ 6.98 3.87 30.52 -
YUV 48.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 32 36 153 0.79 0.76 0 0.4 238.02 0.65 0.36
Hex 20 24 99 4F 4C 0 28 EE 41 24
Octal 40 44 231 117 114 0 50 356 101 44
Binary 100000 100100 10011001 1001111 1001100 0 101000 11101110 1000001 100100

Color Harmonies of #202499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202499

Black with #202499

Text Example


Text Example

White with #202499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202499; }

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

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

background-color css

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

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

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

border-color css

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

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

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