#19568E

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

Shades of Endeavour #19568E

Tints of Endeavour #19568E

Color information

#19568E (or 0x19568E) is unknown color: approx Endeavour. HEX triplet: 19, 56 and 8E. RGB value is (25,86,142). Sum of RGB (Red+Green+Blue) = 25+86+142=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #19568E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19568E is #E6A971. Grayscale: #494949. Windows color (decimal): -15116658 or 9328153. OLE color: 9328153.

HSL color Cylindrical-coordinate representation of color #19568E: hue angle of 208.72º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19568E is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2586142-
CMYK0.820.3900.44
HSL208.72º70.06%32.75%-
HSV(B)208.72º82.39%55.69%-
XYZ8.618.8226.84-
YUV74.14166.2992.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 142 (55.86% from 255) = 56.13%
R=9.88%
G=33.99%
B=56.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25861420.820.3900.44208.7270.0632.75
Hex19568E522702Cd14621
Octal311262161224705432110641
Binary1100110101101000111010100101001110101100110100011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,86,142); }

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

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

 a { background-color: rgb(25,86,142); }

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

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

 span { border-color: rgb(25,86,142); }

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