Html Css Color HEX #205193 Endeavour

📋 copy color: '#205193'

red 32 ◦ green 81 ◦ blue 147

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

Shades of Endeavour #205193

Tints of Endeavour #205193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 12.31%
G = 31.15%
B = 56.54%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205193 (or 0x205193) is known color: Endeavour. HEX triplet: 20, 51 and 93. RGB value is (32,81,147). Sum of RGB (Red+Green+Blue) = 32+81+147=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #205193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205193 is #DFAE6C. Grayscale: #494949. Windows color (decimal): -14659181 or 9654560. OLE color: 9654560.

HSL color Cylindrical-coordinate representation of color #205193: hue angle of 214.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205193 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 81 147 -
CMYK 0.78 0.45 0 0.42
HSL 214.43º 0.64% 0.35% -
HSV(B) 214.43º 0.78% 0.58% -
XYZ 8.8 8.3 28.74 -
YUV 73.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 32 81 147 0.78 0.45 0 0.42 214.43 0.64 0.35
Hex 20 51 93 4E 2D 0 2A D6 40 23
Octal 40 121 223 116 55 0 52 326 100 43
Binary 100000 1010001 10010011 1001110 101101 0 101010 11010110 1000000 100011

Color Harmonies of #205193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205193

Black with #205193

Text Example


Text Example

White with #205193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205193; }

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

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

background-color css

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

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

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

border-color css

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

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

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