Shades of Endeavour #19589B
Tints of Endeavour #19589B
RGB
CMYK
RGB Variations
Color information
#19589B (or 0x19589B) is known color: 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
| RGB | 25 | 88 | 155 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.39 |
| HSL | 210.92º | 0.72% | 0.35% | - |
| HSV(B) | 210.92º | 0.84% | 0.61% | - |
| XYZ | 9.81 | 9.55 | 32.34 | - |
| YUV | 76.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 155 | 0.84 | 0.43 | 0 | 0.39 | 210.92 | 0.72 | 0.35 |
| Hex | 19 | 58 | 9B | 54 | 2B | 0 | 27 | D3 | 48 | 23 |
| Octal | 31 | 130 | 233 | 124 | 53 | 0 | 47 | 323 | 110 | 43 |
| Binary | 11001 | 1011000 | 10011011 | 1010100 | 101011 | 0 | 100111 | 11010011 | 1001000 | 100011 |
Color Harmonies of #19589B
Complementary color
Monochromatic Colors of #19589B
Black with #19589B
Text Example
Text Example
White with #19589B
Text Example
Text Example
HTML Codes & Css Web 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>