Shades of Endeavour #13579D
Tints of Endeavour #13579D
RGB
CMYK
RGB Variations
Color information
#13579D (or 0x13579D) is known color: Endeavour. HEX triplet: 13, 57 and 9D. RGB value is (19,87,157). Sum of RGB (Red+Green+Blue) = 19+87+157=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #13579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13579D is #ECA862. Grayscale: #4A4A4A. Windows color (decimal): -15509603 or 10311443. OLE color: 10311443.
HSL color Cylindrical-coordinate representation of color #13579D: hue angle of 210.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13579D is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 87 | 157 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.38 |
| HSL | 210.43º | 0.78% | 0.35% | - |
| HSV(B) | 210.43º | 0.88% | 0.62% | - |
| XYZ | 9.76 | 9.39 | 33.2 | - |
| YUV | 74.65 | 174.47 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 157 | 0.88 | 0.45 | 0 | 0.38 | 210.43 | 0.78 | 0.35 |
| Hex | 13 | 57 | 9D | 58 | 2D | 0 | 26 | D2 | 4E | 23 |
| Octal | 23 | 127 | 235 | 130 | 55 | 0 | 46 | 322 | 116 | 43 |
| Binary | 10011 | 1010111 | 10011101 | 1011000 | 101101 | 0 | 100110 | 11010010 | 1001110 | 100011 |
Color Harmonies of #13579D
Complementary color
Monochromatic Colors of #13579D
Black with #13579D
Text Example
Text Example
White with #13579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13579D; }
p { color: rgb(19,87,157); }
H1.HeaderClassName
{
color: #13579D;
}
.AnyTagClassName
{
color: #13579D;
}
</style>
background-color css
<style>
a { background-color: #13579D; }
a { background-color: rgb(19,87,157); }
div.DivClassName
{
background-color: #13579D;
}
.BgClassName
{
background-color: #13579D;
}
</style>
border-color css
<style>
span { border-color: #13579D; }
span { border-color: rgb(19,87,157); }
td.TdClassName
{
border-color: #13579D;
}
.TagClassName
{
border-color: #13579D;
}
</style>