Shades of Endeavour #15548D
Tints of Endeavour #15548D
RGB
CMYK
RGB Variations
Color information
#15548D (or 0x15548D) is known color: Endeavour. HEX triplet: 15, 54 and 8D. RGB value is (21,84,141). Sum of RGB (Red+Green+Blue) = 21+84+141=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #15548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15548D is #EAAB72. Grayscale: #474747. Windows color (decimal): -15379315 or 9262101. OLE color: 9262101.
HSL color Cylindrical-coordinate representation of color #15548D: hue angle of 208.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15548D is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 84 | 141 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.45 |
| HSL | 208.5º | 0.74% | 0.32% | - |
| HSV(B) | 208.5º | 0.85% | 0.55% | - |
| XYZ | 8.29 | 8.42 | 26.39 | - |
| YUV | 71.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 141 | 0.85 | 0.40 | 0 | 0.45 | 208.5 | 0.74 | 0.32 |
| Hex | 15 | 54 | 8D | 55 | 28 | 0 | 2D | D0 | 4A | 20 |
| Octal | 25 | 124 | 215 | 125 | 50 | 0 | 55 | 320 | 112 | 40 |
| Binary | 10101 | 1010100 | 10001101 | 1010101 | 101000 | 0 | 101101 | 11010000 | 1001010 | 100000 |
Color Harmonies of #15548D
Complementary color
Monochromatic Colors of #15548D
Black with #15548D
Text Example
Text Example
White with #15548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15548D; }
p { color: rgb(21,84,141); }
H1.HeaderClassName
{
color: #15548D;
}
.AnyTagClassName
{
color: #15548D;
}
</style>
background-color css
<style>
a { background-color: #15548D; }
a { background-color: rgb(21,84,141); }
div.DivClassName
{
background-color: #15548D;
}
.BgClassName
{
background-color: #15548D;
}
</style>
border-color css
<style>
span { border-color: #15548D; }
span { border-color: rgb(21,84,141); }
td.TdClassName
{
border-color: #15548D;
}
.TagClassName
{
border-color: #15548D;
}
</style>