Html Css Color HEX #205099 Endeavour

📋 copy color: '#205099'

red 32 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #205099

Tints of Endeavour #205099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 12.08%
G = 30.19%
B = 57.74%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#205099 (or 0x205099) is known color: Endeavour. HEX triplet: 20, 50 and 99. RGB value is (32,80,153). Sum of RGB (Red+Green+Blue) = 32+80+153=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #205099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205099 is #DFAF66. Grayscale: #494949. Windows color (decimal): -14659431 or 10047520. OLE color: 10047520.

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

Color convert

RGB 32 80 153 -
CMYK 0.79 0.48 0 0.4
HSL 216.2º 0.65% 0.36% -
HSV(B) 216.2º 0.79% 0.6% -
XYZ 9.21 8.34 31.26 -
YUV 73.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 32 80 153 0.79 0.48 0 0.4 216.2 0.65 0.36
Hex 20 50 99 4F 30 0 28 D8 41 24
Octal 40 120 231 117 60 0 50 330 101 44
Binary 100000 1010000 10011001 1001111 110000 0 101000 11011000 1000001 100100

Color Harmonies of #205099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205099

Black with #205099

Text Example


Text Example

White with #205099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205099; }

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

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

background-color css

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

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

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

border-color css

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

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

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