Shades of Endeavour #15569B
Tints of Endeavour #15569B
RGB
CMYK
RGB Variations
Color information
#15569B (or 0x15569B) is known color: Endeavour. HEX triplet: 15, 56 and 9B. RGB value is (21,86,155). Sum of RGB (Red+Green+Blue) = 21+86+155=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #15569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15569B is #EAA964. Grayscale: #4A4A4A. Windows color (decimal): -15378789 or 10180117. OLE color: 10180117.
HSL color Cylindrical-coordinate representation of color #15569B: hue angle of 210.9º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15569B is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 86 | 155 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.39 |
| HSL | 210.9º | 0.76% | 0.35% | - |
| HSV(B) | 210.9º | 0.86% | 0.61% | - |
| XYZ | 9.55 | 9.18 | 32.28 | - |
| YUV | 74.43 | 173.47 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 155 | 0.86 | 0.45 | 0 | 0.39 | 210.9 | 0.76 | 0.35 |
| Hex | 15 | 56 | 9B | 56 | 2D | 0 | 27 | D3 | 4C | 23 |
| Octal | 25 | 126 | 233 | 126 | 55 | 0 | 47 | 323 | 114 | 43 |
| Binary | 10101 | 1010110 | 10011011 | 1010110 | 101101 | 0 | 100111 | 11010011 | 1001100 | 100011 |
Color Harmonies of #15569B
Complementary color
Monochromatic Colors of #15569B
Black with #15569B
Text Example
Text Example
White with #15569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15569B; }
p { color: rgb(21,86,155); }
H1.HeaderClassName
{
color: #15569B;
}
.AnyTagClassName
{
color: #15569B;
}
</style>
background-color css
<style>
a { background-color: #15569B; }
a { background-color: rgb(21,86,155); }
div.DivClassName
{
background-color: #15569B;
}
.BgClassName
{
background-color: #15569B;
}
</style>
border-color css
<style>
span { border-color: #15569B; }
span { border-color: rgb(21,86,155); }
td.TdClassName
{
border-color: #15569B;
}
.TagClassName
{
border-color: #15569B;
}
</style>