#19598C

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

Shades of Endeavour #19598C

Tints of Endeavour #19598C

Color information

#19598C (or 0x19598C) is unknown color: approx Endeavour. HEX triplet: 19, 59 and 8C. RGB value is (25,89,140). Sum of RGB (Red+Green+Blue) = 25+89+140=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #19598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19598C is #E6A673. Grayscale: #4B4B4B. Windows color (decimal): -15115892 or 9197849. OLE color: 9197849.

HSL color Cylindrical-coordinate representation of color #19598C: hue angle of 206.61º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19598C is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2589140-
CMYK0.820.3600.45
HSL206.61º69.7%32.35%-
HSV(B)206.61º82.14%54.9%-
XYZ8.719.2426.14-
YUV75.68164.391.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=9.84%
G=35.04%
B=55.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25891400.820.3600.45206.6169.732.35
Hex19598C522402Dcf4620
Octal311312141224405531710640
Binary1100110110011000110010100101001000101101110011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19598C; }

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

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

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

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

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

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

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

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