Shades of Endeavour #15598F
Tints of Endeavour #15598F
RGB
CMYK
RGB Variations
Color information
#15598F (or 0x15598F) is known color: Endeavour. HEX triplet: 15, 59 and 8F. RGB value is (21,89,143). Sum of RGB (Red+Green+Blue) = 21+89+143=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #15598F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15598F is #EAA670. Grayscale: #4A4A4A. Windows color (decimal): -15378033 or 9394453. OLE color: 9394453.
HSL color Cylindrical-coordinate representation of color #15598F: hue angle of 206.56º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15598F is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 89 | 143 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.44 |
| HSL | 206.56º | 0.74% | 0.32% | - |
| HSV(B) | 206.56º | 0.85% | 0.56% | - |
| XYZ | 8.84 | 9.29 | 27.31 | - |
| YUV | 74.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 143 | 0.85 | 0.38 | 0 | 0.44 | 206.56 | 0.74 | 0.32 |
| Hex | 15 | 59 | 8F | 55 | 26 | 0 | 2C | CF | 4A | 20 |
| Octal | 25 | 131 | 217 | 125 | 46 | 0 | 54 | 317 | 112 | 40 |
| Binary | 10101 | 1011001 | 10001111 | 1010101 | 100110 | 0 | 101100 | 11001111 | 1001010 | 100000 |
Color Harmonies of #15598F
Complementary color
Monochromatic Colors of #15598F
Black with #15598F
Text Example
Text Example
White with #15598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15598F; }
p { color: rgb(21,89,143); }
H1.HeaderClassName
{
color: #15598F;
}
.AnyTagClassName
{
color: #15598F;
}
</style>
background-color css
<style>
a { background-color: #15598F; }
a { background-color: rgb(21,89,143); }
div.DivClassName
{
background-color: #15598F;
}
.BgClassName
{
background-color: #15598F;
}
</style>
border-color css
<style>
span { border-color: #15598F; }
span { border-color: rgb(21,89,143); }
td.TdClassName
{
border-color: #15598F;
}
.TagClassName
{
border-color: #15598F;
}
</style>