Shades of Endeavour #13569B
Tints of Endeavour #13569B
RGB
CMYK
RGB Variations
Color information
#13569B (or 0x13569B) is known color: Endeavour. HEX triplet: 13, 56 and 9B. RGB value is (19,86,155). Sum of RGB (Red+Green+Blue) = 19+86+155=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #13569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13569B is #ECA964. Grayscale: #494949. Windows color (decimal): -15509861 or 10180115. OLE color: 10180115.
HSL color Cylindrical-coordinate representation of color #13569B: hue angle of 210.44º 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 #13569B is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 86 | 155 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.39 |
| HSL | 210.44º | 0.78% | 0.34% | - |
| HSV(B) | 210.44º | 0.88% | 0.61% | - |
| XYZ | 9.51 | 9.16 | 32.28 | - |
| YUV | 73.83 | 173.8 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 155 | 0.88 | 0.45 | 0 | 0.39 | 210.44 | 0.78 | 0.34 |
| Hex | 13 | 56 | 9B | 58 | 2D | 0 | 27 | D2 | 4E | 22 |
| Octal | 23 | 126 | 233 | 130 | 55 | 0 | 47 | 322 | 116 | 42 |
| Binary | 10011 | 1010110 | 10011011 | 1011000 | 101101 | 0 | 100111 | 11010010 | 1001110 | 100010 |
Color Harmonies of #13569B
Complementary color
Monochromatic Colors of #13569B
Black with #13569B
Text Example
Text Example
White with #13569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13569B; }
p { color: rgb(19,86,155); }
H1.HeaderClassName
{
color: #13569B;
}
.AnyTagClassName
{
color: #13569B;
}
</style>
background-color css
<style>
a { background-color: #13569B; }
a { background-color: rgb(19,86,155); }
div.DivClassName
{
background-color: #13569B;
}
.BgClassName
{
background-color: #13569B;
}
</style>
border-color css
<style>
span { border-color: #13569B; }
span { border-color: rgb(19,86,155); }
td.TdClassName
{
border-color: #13569B;
}
.TagClassName
{
border-color: #13569B;
}
</style>