Html Css Color HEX #205185 Endeavour

📋 copy color: '#205185'

red 32 ◦ green 81 ◦ blue 133

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

Shades of Endeavour #205185

Tints of Endeavour #205185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 13.01%
G = 32.93%
B = 54.07%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#205185 (or 0x205185) is known color: Endeavour. HEX triplet: 20, 51 and 85. RGB value is (32,81,133). Sum of RGB (Red+Green+Blue) = 32+81+133=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #205185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205185 is #DFAE7A. Grayscale: #484848. Windows color (decimal): -14659195 or 8737056. OLE color: 8737056.

HSL color Cylindrical-coordinate representation of color #205185: hue angle of 210.89º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205185 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 81 133 -
CMYK 0.76 0.39 0 0.48
HSL 210.89º 0.61% 0.32% -
HSV(B) 210.89º 0.76% 0.52% -
XYZ 7.77 7.89 23.3 -
YUV 72.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 32 81 133 0.76 0.39 0 0.48 210.89 0.61 0.32
Hex 20 51 85 4C 27 0 30 D3 3D 20
Octal 40 121 205 114 47 0 60 323 75 40
Binary 100000 1010001 10000101 1001100 100111 0 110000 11010011 111101 100000

Color Harmonies of #205185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205185

Black with #205185

Text Example


Text Example

White with #205185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205185; }

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

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

background-color css

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

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

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

border-color css

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

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

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