Html Css Color HEX #205189 Endeavour

📋 copy color: '#205189'

red 32 ◦ green 81 ◦ blue 137

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

Shades of Endeavour #205189

Tints of Endeavour #205189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.8%

R = 12.8%
G = 32.4%
B = 54.8%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#205189 (or 0x205189) is known color: Endeavour. HEX triplet: 20, 51 and 89. RGB value is (32,81,137). Sum of RGB (Red+Green+Blue) = 32+81+137=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #205189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205189 is #DFAE76. Grayscale: #484848. Windows color (decimal): -14659191 or 8999200. OLE color: 8999200.

HSL color Cylindrical-coordinate representation of color #205189: hue angle of 212º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205189 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 81 137 -
CMYK 0.77 0.41 0 0.46
HSL 212º 0.62% 0.33% -
HSV(B) 212º 0.77% 0.54% -
XYZ 8.05 8 24.79 -
YUV 72.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 32 81 137 0.77 0.41 0 0.46 212 0.62 0.33
Hex 20 51 89 4D 29 0 2E D4 3E 21
Octal 40 121 211 115 51 0 56 324 76 41
Binary 100000 1010001 10001001 1001101 101001 0 101110 11010100 111110 100001

Color Harmonies of #205189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205189

Black with #205189

Text Example


Text Example

White with #205189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205189; }

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

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

background-color css

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

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

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

border-color css

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

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

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