Html Css Color HEX #205599 Endeavour

📋 copy color: '#205599'

red 32 ◦ green 85 ◦ blue 153

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

Shades of Endeavour #205599

Tints of Endeavour #205599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

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

R = 11.85%
G = 31.48%
B = 56.67%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#205599 (or 0x205599) is known color: Endeavour. HEX triplet: 20, 55 and 99. RGB value is (32,85,153). Sum of RGB (Red+Green+Blue) = 32+85+153=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #205599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205599 is #DFAA66. Grayscale: #4C4C4C. Windows color (decimal): -14658151 or 10048800. OLE color: 10048800.

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

Color convert

RGB 32 85 153 -
CMYK 0.79 0.44 0 0.4
HSL 213.72º 0.65% 0.36% -
HSV(B) 213.72º 0.79% 0.6% -
XYZ 9.59 9.1 31.39 -
YUV 76.91 170.94 95.97 -
System Red Green Blue C M Y K H S L
Decimal 32 85 153 0.79 0.44 0 0.4 213.72 0.65 0.36
Hex 20 55 99 4F 2C 0 28 D6 41 24
Octal 40 125 231 117 54 0 50 326 101 44
Binary 100000 1010101 10011001 1001111 101100 0 101000 11010110 1000001 100100

Color Harmonies of #205599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205599

Black with #205599

Text Example


Text Example

White with #205599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205599; }

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

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

background-color css

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

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

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

border-color css

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

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

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