#205190

Color #205190 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #205190

Tints of Endeavour #205190

Color information

#205190 (or 0x205190) is unknown color: approx Endeavour. HEX triplet: 20, 51 and 90. RGB value is (32,81,144). Sum of RGB (Red+Green+Blue) = 32+81+144=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #205190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205190 is #DFAE6F. Grayscale: #494949. Windows color (decimal): -14659184 or 9457952. OLE color: 9457952.

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

Color convert

RGB3281144-
CMYK0.780.4400.44
HSL213.75º63.64%34.51%-
HSV(B)213.75º77.78%56.47%-
XYZ8.578.2127.52-
YUV73.53167.7798.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=12.45%
G=31.52%
B=56.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32811440.780.4400.44213.7563.6434.51
Hex2051904E2C02Cd64023
Octal401212201165405432610043
Binary10000010100011001000010011101011000101100110101101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205190; }

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

 H1.HeaderClassName
 {
   color: #205190;
 }
 .AnyTagClassName
 {
   color: #205190;
 }
</style>
background-color css

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

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

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

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

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

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