#19549E

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

Shades of Endeavour #19549E

Tints of Endeavour #19549E

Color information

#19549E (or 0x19549E) is unknown color: approx Endeavour. HEX triplet: 19, 54 and 9E. RGB value is (25,84,158). Sum of RGB (Red+Green+Blue) = 25+84+158=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #19549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19549E is #E6AB61. Grayscale: #4A4A4A. Windows color (decimal): -15117154 or 10376217. OLE color: 10376217.

HSL color Cylindrical-coordinate representation of color #19549E: hue angle of 213.38º 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 #19549E is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2584158-
CMYK0.840.4700.38
HSL213.38º72.68%35.88%-
HSV(B)213.38º84.18%61.96%-
XYZ9.749.0233.57-
YUV74.8174.9592.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=9.36%
G=31.46%
B=59.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25841580.840.4700.38213.3872.6835.88
Hex19549E542F026d54924
Octal311242361245704632511144
Binary1100110101001001111010101001011110100110110101011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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