#19478E

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

Shades of Endeavour #19478E

Tints of Endeavour #19478E

Color information

#19478E (or 0x19478E) is unknown color: approx Endeavour. HEX triplet: 19, 47 and 8E. RGB value is (25,71,142). Sum of RGB (Red+Green+Blue) = 25+71+142=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #19478E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19478E is #E6B871. Grayscale: #414141. Windows color (decimal): -15120498 or 9324313. OLE color: 9324313.

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

Color convert

RGB2571142-
CMYK0.820.500.44
HSL216.41º70.06%32.75%-
HSV(B)216.41º82.39%55.69%-
XYZ7.546.6726.48-
YUV65.34171.2699.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=10.50%
G=29.83%
B=59.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25711420.820.500.44216.4170.0632.75
Hex19478E523202Cd84621
Octal311072161226205433010641
Binary1100110001111000111010100101100100101100110110001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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