Shades of Endeavour #15569C
Tints of Endeavour #15569C
RGB
CMYK
RGB Variations
Color information
#15569C (or 0x15569C) is known color: Endeavour. HEX triplet: 15, 56 and 9C. RGB value is (21,86,156). Sum of RGB (Red+Green+Blue) = 21+86+156=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #15569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15569C is #EAA963. Grayscale: #4A4A4A. Windows color (decimal): -15378788 or 10245653. OLE color: 10245653.
HSL color Cylindrical-coordinate representation of color #15569C: hue angle of 211.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15569C is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 86 | 156 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.39 |
| HSL | 211.11º | 0.76% | 0.35% | - |
| HSV(B) | 211.11º | 0.87% | 0.61% | - |
| XYZ | 9.64 | 9.22 | 32.72 | - |
| YUV | 74.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 156 | 0.87 | 0.45 | 0 | 0.39 | 211.11 | 0.76 | 0.35 |
| Hex | 15 | 56 | 9C | 57 | 2D | 0 | 27 | D3 | 4C | 23 |
| Octal | 25 | 126 | 234 | 127 | 55 | 0 | 47 | 323 | 114 | 43 |
| Binary | 10101 | 1010110 | 10011100 | 1010111 | 101101 | 0 | 100111 | 11010011 | 1001100 | 100011 |
Color Harmonies of #15569C
Complementary color
Monochromatic Colors of #15569C
Black with #15569C
Text Example
Text Example
White with #15569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15569C; }
p { color: rgb(21,86,156); }
H1.HeaderClassName
{
color: #15569C;
}
.AnyTagClassName
{
color: #15569C;
}
</style>
background-color css
<style>
a { background-color: #15569C; }
a { background-color: rgb(21,86,156); }
div.DivClassName
{
background-color: #15569C;
}
.BgClassName
{
background-color: #15569C;
}
</style>
border-color css
<style>
span { border-color: #15569C; }
span { border-color: rgb(21,86,156); }
td.TdClassName
{
border-color: #15569C;
}
.TagClassName
{
border-color: #15569C;
}
</style>