Html Css Color HEX #205194 Endeavour

📋 copy color: '#205194'

red 32 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #205194

Tints of Endeavour #205194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.7%

R = 12.26%
G = 31.03%
B = 56.7%

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

#205194 (or 0x205194) is known color: Endeavour. HEX triplet: 20, 51 and 94. RGB value is (32,81,148). Sum of RGB (Red+Green+Blue) = 32+81+148=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #205194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205194 is #DFAE6B. Grayscale: #494949. Windows color (decimal): -14659180 or 9720096. OLE color: 9720096.

HSL color Cylindrical-coordinate representation of color #205194: hue angle of 214.66º 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 #205194 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 81 148 -
CMYK 0.78 0.45 0 0.42
HSL 214.66º 0.64% 0.35% -
HSV(B) 214.66º 0.78% 0.58% -
XYZ 8.88 8.33 29.16 -
YUV 73.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 32 81 148 0.78 0.45 0 0.42 214.66 0.64 0.35
Hex 20 51 94 4E 2D 0 2A D7 40 23
Octal 40 121 224 116 55 0 52 327 100 43
Binary 100000 1010001 10010100 1001110 101101 0 101010 11010111 1000000 100011

Color Harmonies of #205194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205194

Black with #205194

Text Example


Text Example

White with #205194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205194; }

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

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

background-color css

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

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

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

border-color css

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

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

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