Shades of Endeavour #13559C
Tints of Endeavour #13559C
RGB
CMYK
RGB Variations
Color information
#13559C (or 0x13559C) is known color: Endeavour. HEX triplet: 13, 55 and 9C. RGB value is (19,85,156). Sum of RGB (Red+Green+Blue) = 19+85+156=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #13559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13559C is #ECAA63. Grayscale: #494949. Windows color (decimal): -15510116 or 10245395. OLE color: 10245395.
HSL color Cylindrical-coordinate representation of color #13559C: hue angle of 211.09º 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 #13559C is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 85 | 156 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.39 |
| HSL | 211.09º | 0.78% | 0.34% | - |
| HSV(B) | 211.09º | 0.88% | 0.61% | - |
| XYZ | 9.52 | 9.04 | 32.69 | - |
| YUV | 73.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 156 | 0.88 | 0.46 | 0 | 0.39 | 211.09 | 0.78 | 0.34 |
| Hex | 13 | 55 | 9C | 58 | 2E | 0 | 27 | D3 | 4E | 22 |
| Octal | 23 | 125 | 234 | 130 | 56 | 0 | 47 | 323 | 116 | 42 |
| Binary | 10011 | 1010101 | 10011100 | 1011000 | 101110 | 0 | 100111 | 11010011 | 1001110 | 100010 |
Color Harmonies of #13559C
Complementary color
Monochromatic Colors of #13559C
Black with #13559C
Text Example
Text Example
White with #13559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13559C; }
p { color: rgb(19,85,156); }
H1.HeaderClassName
{
color: #13559C;
}
.AnyTagClassName
{
color: #13559C;
}
</style>
background-color css
<style>
a { background-color: #13559C; }
a { background-color: rgb(19,85,156); }
div.DivClassName
{
background-color: #13559C;
}
.BgClassName
{
background-color: #13559C;
}
</style>
border-color css
<style>
span { border-color: #13559C; }
span { border-color: rgb(19,85,156); }
td.TdClassName
{
border-color: #13559C;
}
.TagClassName
{
border-color: #13559C;
}
</style>