#1959A0

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

Shades of Endeavour #1959A0

Tints of Endeavour #1959A0

Color information

#1959A0 (or 0x1959A0) is unknown color: approx Endeavour. HEX triplet: 19, 59 and A0. RGB value is (25,89,160). Sum of RGB (Red+Green+Blue) = 25+89+160=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #1959A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1959A0 is #E6A65F. Grayscale: #4D4D4D. Windows color (decimal): -15115872 or 10508569. OLE color: 10508569.

HSL color Cylindrical-coordinate representation of color #1959A0: hue angle of 211.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1959A0 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2589160-
CMYK0.840.4400.37
HSL211.56º72.97%36.27%-
HSV(B)211.56º84.38%62.75%-
XYZ10.329.8934.62-
YUV77.96174.390.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.12%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 160 (62.89% from 255) = 58.39%
R=9.12%
G=32.48%
B=58.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal25891600.840.4400.37211.5672.9736.27
Hex1959A0542C025d44924
Octal311312401245404532411144
Binary1100110110011010000010101001011000100101110101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1959A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1959A0; }

 p { color: rgb(25,89,160); }

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

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

 a { background-color: rgb(25,89,160); }

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

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

 span { border-color: rgb(25,89,160); }

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