#19589B

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

Shades of Endeavour #19589B

Tints of Endeavour #19589B

Color information

#19589B (or 0x19589B) is unknown color: approx Endeavour. HEX triplet: 19, 58 and 9B. RGB value is (25,88,155). Sum of RGB (Red+Green+Blue) = 25+88+155=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #19589B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19589B is #E6A764. Grayscale: #4C4C4C. Windows color (decimal): -15116133 or 10180633. OLE color: 10180633.

HSL color Cylindrical-coordinate representation of color #19589B: hue angle of 210.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19589B is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2588155-
CMYK0.840.4300.39
HSL210.92º72.22%35.29%-
HSV(B)210.92º83.87%60.78%-
XYZ9.819.5532.34-
YUV76.8172.1391.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=9.33%
G=32.84%
B=57.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25881550.840.4300.39210.9272.2235.29
Hex19589B542B027d34823
Octal311302331245304732311043
Binary1100110110001001101110101001010110100111110100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19589B; }

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

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

<style>
 a { background-color: #19589B; }

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

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

<style>
 span { border-color: #19589B; }

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

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