#19588D

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

Shades of Endeavour #19588D

Tints of Endeavour #19588D

Color information

#19588D (or 0x19588D) is unknown color: approx Endeavour. HEX triplet: 19, 58 and 8D. RGB value is (25,88,141). Sum of RGB (Red+Green+Blue) = 25+88+141=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #19588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19588D is #E6A772. Grayscale: #4A4A4A. Windows color (decimal): -15116147 or 9263129. OLE color: 9263129.

HSL color Cylindrical-coordinate representation of color #19588D: hue angle of 207.41º 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 #19588D is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2588141-
CMYK0.820.3800.45
HSL207.41º69.88%32.55%-
HSV(B)207.41º82.27%55.29%-
XYZ8.79.1126.5-
YUV75.2165.1392.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=9.84%
G=34.65%
B=55.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25881410.820.3800.45207.4169.8832.55
Hex19588D522602Dcf4621
Octal311302151224605531710641
Binary1100110110001000110110100101001100101101110011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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