#19568A

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

Shades of Endeavour #19568A

Tints of Endeavour #19568A

Color information

#19568A (or 0x19568A) is unknown color: approx Endeavour. HEX triplet: 19, 56 and 8A. RGB value is (25,86,138). Sum of RGB (Red+Green+Blue) = 25+86+138=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #19568A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19568A is #E6A975. Grayscale: #494949. Windows color (decimal): -15116662 or 9066009. OLE color: 9066009.

HSL color Cylindrical-coordinate representation of color #19568A: hue angle of 207.61º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19568A is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2586138-
CMYK0.820.3800.46
HSL207.61º69.33%31.96%-
HSV(B)207.61º81.88%54.12%-
XYZ8.328.725.29-
YUV73.69164.2993.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=10.04%
G=34.54%
B=55.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25861380.820.3800.46207.6169.3331.96
Hex19568A522602Ed04520
Octal311262121224605632010540
Binary1100110101101000101010100101001100101110110100001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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