Shades of Endeavour #13559B
Tints of Endeavour #13559B
RGB
CMYK
RGB Variations
Color information
#13559B (or 0x13559B) is known color: Endeavour. HEX triplet: 13, 55 and 9B. RGB value is (19,85,155). Sum of RGB (Red+Green+Blue) = 19+85+155=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #13559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13559B is #ECAA64. Grayscale: #484848. Windows color (decimal): -15510117 or 10179859. OLE color: 10179859.
HSL color Cylindrical-coordinate representation of color #13559B: hue angle of 210.88º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13559B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 85 | 155 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.39 |
| HSL | 210.88º | 0.78% | 0.34% | - |
| HSV(B) | 210.88º | 0.88% | 0.61% | - |
| XYZ | 9.43 | 9 | 32.25 | - |
| YUV | 73.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 155 | 0.88 | 0.45 | 0 | 0.39 | 210.88 | 0.78 | 0.34 |
| Hex | 13 | 55 | 9B | 58 | 2D | 0 | 27 | D3 | 4E | 22 |
| Octal | 23 | 125 | 233 | 130 | 55 | 0 | 47 | 323 | 116 | 42 |
| Binary | 10011 | 1010101 | 10011011 | 1011000 | 101101 | 0 | 100111 | 11010011 | 1001110 | 100010 |
Color Harmonies of #13559B
Complementary color
Monochromatic Colors of #13559B
Black with #13559B
Text Example
Text Example
White with #13559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13559B; }
p { color: rgb(19,85,155); }
H1.HeaderClassName
{
color: #13559B;
}
.AnyTagClassName
{
color: #13559B;
}
</style>
background-color css
<style>
a { background-color: #13559B; }
a { background-color: rgb(19,85,155); }
div.DivClassName
{
background-color: #13559B;
}
.BgClassName
{
background-color: #13559B;
}
</style>
border-color css
<style>
span { border-color: #13559B; }
span { border-color: rgb(19,85,155); }
td.TdClassName
{
border-color: #13559B;
}
.TagClassName
{
border-color: #13559B;
}
</style>