Shades of Endeavour #15579F
Tints of Endeavour #15579F
RGB
CMYK
RGB Variations
Color information
#15579F (or 0x15579F) is known color: Endeavour. HEX triplet: 15, 57 and 9F. RGB value is (21,87,159). Sum of RGB (Red+Green+Blue) = 21+87+159=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #15579F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15579F is #EAA860. Grayscale: #4B4B4B. Windows color (decimal): -15378529 or 10442517. OLE color: 10442517.
HSL color Cylindrical-coordinate representation of color #15579F: hue angle of 211.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15579F is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 87 | 159 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.38 |
| HSL | 211.3º | 0.77% | 0.35% | - |
| HSV(B) | 211.3º | 0.87% | 0.62% | - |
| XYZ | 9.98 | 9.48 | 34.1 | - |
| YUV | 75.47 | 175.13 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 159 | 0.87 | 0.45 | 0 | 0.38 | 211.3 | 0.77 | 0.35 |
| Hex | 15 | 57 | 9F | 57 | 2D | 0 | 26 | D3 | 4D | 23 |
| Octal | 25 | 127 | 237 | 127 | 55 | 0 | 46 | 323 | 115 | 43 |
| Binary | 10101 | 1010111 | 10011111 | 1010111 | 101101 | 0 | 100110 | 11010011 | 1001101 | 100011 |
Color Harmonies of #15579F
Complementary color
Monochromatic Colors of #15579F
Black with #15579F
Text Example
Text Example
White with #15579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15579F; }
p { color: rgb(21,87,159); }
H1.HeaderClassName
{
color: #15579F;
}
.AnyTagClassName
{
color: #15579F;
}
</style>
background-color css
<style>
a { background-color: #15579F; }
a { background-color: rgb(21,87,159); }
div.DivClassName
{
background-color: #15579F;
}
.BgClassName
{
background-color: #15579F;
}
</style>
border-color css
<style>
span { border-color: #15579F; }
span { border-color: rgb(21,87,159); }
td.TdClassName
{
border-color: #15579F;
}
.TagClassName
{
border-color: #15579F;
}
</style>