#19508D

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

Shades of Endeavour #19508D

Tints of Endeavour #19508D

Color information

#19508D (or 0x19508D) is unknown color: approx Endeavour. HEX triplet: 19, 50 and 8D. RGB value is (25,80,141). Sum of RGB (Red+Green+Blue) = 25+80+141=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #19508D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19508D is #E6AF72. Grayscale: #464646. Windows color (decimal): -15118195 or 9261081. OLE color: 9261081.

HSL color Cylindrical-coordinate representation of color #19508D: hue angle of 211.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19508D is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2580141-
CMYK0.820.4300.45
HSL211.55º69.88%32.55%-
HSV(B)211.55º82.27%55.29%-
XYZ8.087.8726.29-
YUV70.51167.7895.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.16%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 141 (55.47% from 255) = 57.32%
R=10.16%
G=32.52%
B=57.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25801410.820.4300.45211.5569.8832.55
Hex19508D522B02Dd44621
Octal311202151225305532410641
Binary1100110100001000110110100101010110101101110101001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19508D; }

 p { color: rgb(25,80,141); }

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

<style>
 a { background-color: #19508D; }

 a { background-color: rgb(25,80,141); }

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

<style>
 span { border-color: #19508D; }

 span { border-color: rgb(25,80,141); }

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