Shades of Endeavour #13579C
Tints of Endeavour #13579C
RGB
CMYK
RGB Variations
Color information
#13579C (or 0x13579C) is known color: Endeavour. HEX triplet: 13, 57 and 9C. RGB value is (19,87,156). Sum of RGB (Red+Green+Blue) = 19+87+156=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #13579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13579C is #ECA863. Grayscale: #4A4A4A. Windows color (decimal): -15509604 or 10245907. OLE color: 10245907.
HSL color Cylindrical-coordinate representation of color #13579C: hue angle of 210.22º 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 #13579C is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 87 | 156 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.39 |
| HSL | 210.22º | 0.78% | 0.34% | - |
| HSV(B) | 210.22º | 0.88% | 0.61% | - |
| XYZ | 9.68 | 9.36 | 32.75 | - |
| YUV | 74.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 156 | 0.88 | 0.44 | 0 | 0.39 | 210.22 | 0.78 | 0.34 |
| Hex | 13 | 57 | 9C | 58 | 2C | 0 | 27 | D2 | 4E | 22 |
| Octal | 23 | 127 | 234 | 130 | 54 | 0 | 47 | 322 | 116 | 42 |
| Binary | 10011 | 1010111 | 10011100 | 1011000 | 101100 | 0 | 100111 | 11010010 | 1001110 | 100010 |
Color Harmonies of #13579C
Complementary color
Monochromatic Colors of #13579C
Black with #13579C
Text Example
Text Example
White with #13579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13579C; }
p { color: rgb(19,87,156); }
H1.HeaderClassName
{
color: #13579C;
}
.AnyTagClassName
{
color: #13579C;
}
</style>
background-color css
<style>
a { background-color: #13579C; }
a { background-color: rgb(19,87,156); }
div.DivClassName
{
background-color: #13579C;
}
.BgClassName
{
background-color: #13579C;
}
</style>
border-color css
<style>
span { border-color: #13579C; }
span { border-color: rgb(19,87,156); }
td.TdClassName
{
border-color: #13579C;
}
.TagClassName
{
border-color: #13579C;
}
</style>