Html Css Color HEX #205F99 Endeavour

📋 copy color: '#205F99'

red 32 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #205F99

Tints of Endeavour #205F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 11.43%
G = 33.93%
B = 54.64%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#205F99 (or 0x205F99) is known color: Endeavour. HEX triplet: 20, 5F and 99. RGB value is (32,95,153). Sum of RGB (Red+Green+Blue) = 32+95+153=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #205F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F99 is #DFA066. Grayscale: #525252. Windows color (decimal): -14655591 or 10051360. OLE color: 10051360.

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

Color convert

RGB 32 95 153 -
CMYK 0.79 0.38 0 0.4
HSL 208.76º 0.65% 0.36% -
HSV(B) 208.76º 0.79% 0.6% -
XYZ 10.44 10.79 31.67 -
YUV 82.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 32 95 153 0.79 0.38 0 0.4 208.76 0.65 0.36
Hex 20 5F 99 4F 26 0 28 D1 41 24
Octal 40 137 231 117 46 0 50 321 101 44
Binary 100000 1011111 10011001 1001111 100110 0 101000 11010001 1000001 100100

Color Harmonies of #205F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205F99

Black with #205F99

Text Example


Text Example

White with #205F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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