Shades of Endeavour #15578E
Tints of Endeavour #15578E
RGB
CMYK
RGB Variations
Color information
#15578E (or 0x15578E) is known color: Endeavour. HEX triplet: 15, 57 and 8E. RGB value is (21,87,142). Sum of RGB (Red+Green+Blue) = 21+87+142=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #15578E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15578E is #EAA871. Grayscale: #494949. Windows color (decimal): -15378546 or 9328405. OLE color: 9328405.
HSL color Cylindrical-coordinate representation of color #15578E: hue angle of 207.27º 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 #15578E is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 87 | 142 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.44 |
| HSL | 207.27º | 0.74% | 0.32% | - |
| HSV(B) | 207.27º | 0.85% | 0.56% | - |
| XYZ | 8.6 | 8.93 | 26.86 | - |
| YUV | 73.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 142 | 0.85 | 0.39 | 0 | 0.44 | 207.27 | 0.74 | 0.32 |
| Hex | 15 | 57 | 8E | 55 | 27 | 0 | 2C | CF | 4A | 20 |
| Octal | 25 | 127 | 216 | 125 | 47 | 0 | 54 | 317 | 112 | 40 |
| Binary | 10101 | 1010111 | 10001110 | 1010101 | 100111 | 0 | 101100 | 11001111 | 1001010 | 100000 |
Color Harmonies of #15578E
Complementary color
Monochromatic Colors of #15578E
Black with #15578E
Text Example
Text Example
White with #15578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15578E; }
p { color: rgb(21,87,142); }
H1.HeaderClassName
{
color: #15578E;
}
.AnyTagClassName
{
color: #15578E;
}
</style>
background-color css
<style>
a { background-color: #15578E; }
a { background-color: rgb(21,87,142); }
div.DivClassName
{
background-color: #15578E;
}
.BgClassName
{
background-color: #15578E;
}
</style>
border-color css
<style>
span { border-color: #15578E; }
span { border-color: rgb(21,87,142); }
td.TdClassName
{
border-color: #15578E;
}
.TagClassName
{
border-color: #15578E;
}
</style>