Shades of Endeavour #15579B
Tints of Endeavour #15579B
RGB
CMYK
RGB Variations
Color information
#15579B (or 0x15579B) is known color: Endeavour. HEX triplet: 15, 57 and 9B. RGB value is (21,87,155). Sum of RGB (Red+Green+Blue) = 21+87+155=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #15579B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15579B is #EAA864. Grayscale: #4A4A4A. Windows color (decimal): -15378533 or 10180373. OLE color: 10180373.
HSL color Cylindrical-coordinate representation of color #15579B: hue angle of 210.45º 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 #15579B is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 87 | 155 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.39 |
| HSL | 210.45º | 0.76% | 0.35% | - |
| HSV(B) | 210.45º | 0.86% | 0.61% | - |
| XYZ | 9.63 | 9.34 | 32.31 | - |
| YUV | 75.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 155 | 0.86 | 0.44 | 0 | 0.39 | 210.45 | 0.76 | 0.35 |
| Hex | 15 | 57 | 9B | 56 | 2C | 0 | 27 | D2 | 4C | 23 |
| Octal | 25 | 127 | 233 | 126 | 54 | 0 | 47 | 322 | 114 | 43 |
| Binary | 10101 | 1010111 | 10011011 | 1010110 | 101100 | 0 | 100111 | 11010010 | 1001100 | 100011 |
Color Harmonies of #15579B
Complementary color
Monochromatic Colors of #15579B
Black with #15579B
Text Example
Text Example
White with #15579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15579B; }
p { color: rgb(21,87,155); }
H1.HeaderClassName
{
color: #15579B;
}
.AnyTagClassName
{
color: #15579B;
}
</style>
background-color css
<style>
a { background-color: #15579B; }
a { background-color: rgb(21,87,155); }
div.DivClassName
{
background-color: #15579B;
}
.BgClassName
{
background-color: #15579B;
}
</style>
border-color css
<style>
span { border-color: #15579B; }
span { border-color: rgb(21,87,155); }
td.TdClassName
{
border-color: #15579B;
}
.TagClassName
{
border-color: #15579B;
}
</style>