#19589E

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

Shades of Endeavour #19589E

Tints of Endeavour #19589E

Color information

#19589E (or 0x19589E) is unknown color: approx Endeavour. HEX triplet: 19, 58 and 9E. RGB value is (25,88,158). Sum of RGB (Red+Green+Blue) = 25+88+158=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #19589E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19589E is #E6A761. Grayscale: #4C4C4C. Windows color (decimal): -15116130 or 10377241. OLE color: 10377241.

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

Color convert

RGB2588158-
CMYK0.840.4400.38
HSL211.58º72.68%35.88%-
HSV(B)211.58º84.18%61.96%-
XYZ10.069.6533.68-
YUV77.14173.6390.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.23%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=9.23%
G=32.47%
B=58.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25881580.840.4400.38211.5872.6835.88
Hex19589E542C026d44924
Octal311302361245404632411144
Binary1100110110001001111010101001011000100110110101001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19589E; }

 p { color: rgb(25,88,158); }

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

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

 a { background-color: rgb(25,88,158); }

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

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

 span { border-color: rgb(25,88,158); }

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