Shades of Endeavour #15599E
Tints of Endeavour #15599E
RGB
CMYK
RGB Variations
Color information
#15599E (or 0x15599E) is known color: Endeavour. HEX triplet: 15, 59 and 9E. RGB value is (21,89,158). Sum of RGB (Red+Green+Blue) = 21+89+158=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #15599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15599E is #EAA661. Grayscale: #4C4C4C. Windows color (decimal): -15378018 or 10377493. OLE color: 10377493.
HSL color Cylindrical-coordinate representation of color #15599E: hue angle of 210.22º 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 #15599E is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 89 | 158 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.38 |
| HSL | 210.22º | 0.77% | 0.35% | - |
| HSV(B) | 210.22º | 0.87% | 0.62% | - |
| XYZ | 10.05 | 9.77 | 33.7 | - |
| YUV | 76.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 158 | 0.87 | 0.44 | 0 | 0.38 | 210.22 | 0.77 | 0.35 |
| Hex | 15 | 59 | 9E | 57 | 2C | 0 | 26 | D2 | 4D | 23 |
| Octal | 25 | 131 | 236 | 127 | 54 | 0 | 46 | 322 | 115 | 43 |
| Binary | 10101 | 1011001 | 10011110 | 1010111 | 101100 | 0 | 100110 | 11010010 | 1001101 | 100011 |
Color Harmonies of #15599E
Complementary color
Monochromatic Colors of #15599E
Black with #15599E
Text Example
Text Example
White with #15599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15599E; }
p { color: rgb(21,89,158); }
H1.HeaderClassName
{
color: #15599E;
}
.AnyTagClassName
{
color: #15599E;
}
</style>
background-color css
<style>
a { background-color: #15599E; }
a { background-color: rgb(21,89,158); }
div.DivClassName
{
background-color: #15599E;
}
.BgClassName
{
background-color: #15599E;
}
</style>
border-color css
<style>
span { border-color: #15599E; }
span { border-color: rgb(21,89,158); }
td.TdClassName
{
border-color: #15599E;
}
.TagClassName
{
border-color: #15599E;
}
</style>