#19548E

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

Shades of Endeavour #19548E

Tints of Endeavour #19548E

Color information

#19548E (or 0x19548E) is unknown color: approx Endeavour. HEX triplet: 19, 54 and 8E. RGB value is (25,84,142). Sum of RGB (Red+Green+Blue) = 25+84+142=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #19548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19548E is #E6AB71. Grayscale: #484848. Windows color (decimal): -15117170 or 9327641. OLE color: 9327641.

HSL color Cylindrical-coordinate representation of color #19548E: hue angle of 209.74º 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 #19548E is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2584142-
CMYK0.820.4100.44
HSL209.74º70.06%32.75%-
HSV(B)209.74º82.39%55.69%-
XYZ8.458.526.79-
YUV72.97166.9593.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 142 (55.86% from 255) = 56.57%
R=9.96%
G=33.47%
B=56.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25841420.820.4100.44209.7470.0632.75
Hex19548E522902Cd24621
Octal311242161225105432210641
Binary1100110101001000111010100101010010101100110100101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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