Html Css Color HEX #205186 Endeavour

📋 copy color: '#205186'

red 32 ◦ green 81 ◦ blue 134

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

Shades of Endeavour #205186

Tints of Endeavour #205186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 134 (52.73% from 255) = 54.25%

R = 12.96%
G = 32.79%
B = 54.25%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#205186 (or 0x205186) is known color: Endeavour. HEX triplet: 20, 51 and 86. RGB value is (32,81,134). Sum of RGB (Red+Green+Blue) = 32+81+134=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #205186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205186 is #DFAE79. Grayscale: #484848. Windows color (decimal): -14659194 or 8802592. OLE color: 8802592.

HSL color Cylindrical-coordinate representation of color #205186: hue angle of 211.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205186 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 81 134 -
CMYK 0.76 0.40 0 0.47
HSL 211.18º 0.61% 0.33% -
HSV(B) 211.18º 0.76% 0.53% -
XYZ 7.84 7.91 23.67 -
YUV 72.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 32 81 134 0.76 0.40 0 0.47 211.18 0.61 0.33
Hex 20 51 86 4C 28 0 2F D3 3D 21
Octal 40 121 206 114 50 0 57 323 75 41
Binary 100000 1010001 10000110 1001100 101000 0 101111 11010011 111101 100001

Color Harmonies of #205186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205186

Black with #205186

Text Example


Text Example

White with #205186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205186; }

 p { color: rgb(32,81,134); }

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

background-color css

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

 a { background-color: rgb(32,81,134); }

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

border-color css

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

 span { border-color: rgb(32,81,134); }

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