Html Css Color HEX #204599 Egyptian Blue

📋 copy color: '#204599'

red 32 ◦ green 69 ◦ blue 153

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

Shades of Egyptian Blue #204599

Tints of Egyptian Blue #204599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 12.6%
G = 27.17%
B = 60.24%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#204599 (or 0x204599) is known color: Egyptian Blue. HEX triplet: 20, 45 and 99. RGB value is (32,69,153). Sum of RGB (Red+Green+Blue) = 32+69+153=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #204599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204599 is #DFBA66. Grayscale: #434343. Windows color (decimal): -14662247 or 10044704. OLE color: 10044704.

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

Color convert

RGB 32 69 153 -
CMYK 0.79 0.55 0 0.4
HSL 221.65º 0.65% 0.36% -
HSV(B) 221.65º 0.79% 0.6% -
XYZ 8.47 6.86 31.02 -
YUV 67.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 32 69 153 0.79 0.55 0 0.4 221.65 0.65 0.36
Hex 20 45 99 4F 37 0 28 DE 41 24
Octal 40 105 231 117 67 0 50 336 101 44
Binary 100000 1000101 10011001 1001111 110111 0 101000 11011110 1000001 100100

Color Harmonies of #204599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204599

Black with #204599

Text Example


Text Example

White with #204599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204599; }

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

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

background-color css

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

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

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

border-color css

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

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

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