Shades of Endeavour #15518B
Tints of Endeavour #15518B
RGB
CMYK
RGB Variations
Color information
#15518B (or 0x15518B) is known color: Endeavour. HEX triplet: 15, 51 and 8B. RGB value is (21,81,139). Sum of RGB (Red+Green+Blue) = 21+81+139=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #15518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15518B is #EAAE74. Grayscale: #454545. Windows color (decimal): -15380085 or 9130261. OLE color: 9130261.
HSL color Cylindrical-coordinate representation of color #15518B: hue angle of 209.49º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15518B is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 81 | 139 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.45 |
| HSL | 209.49º | 0.74% | 0.31% | - |
| HSV(B) | 209.49º | 0.85% | 0.55% | - |
| XYZ | 7.91 | 7.91 | 25.54 | - |
| YUV | 69.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 139 | 0.85 | 0.42 | 0 | 0.45 | 209.49 | 0.74 | 0.31 |
| Hex | 15 | 51 | 8B | 55 | 2A | 0 | 2D | D1 | 4A | 1F |
| Octal | 25 | 121 | 213 | 125 | 52 | 0 | 55 | 321 | 112 | 37 |
| Binary | 10101 | 1010001 | 10001011 | 1010101 | 101010 | 0 | 101101 | 11010001 | 1001010 | 11111 |
Color Harmonies of #15518B
Complementary color
Monochromatic Colors of #15518B
Black with #15518B
Text Example
Text Example
White with #15518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15518B; }
p { color: rgb(21,81,139); }
H1.HeaderClassName
{
color: #15518B;
}
.AnyTagClassName
{
color: #15518B;
}
</style>
background-color css
<style>
a { background-color: #15518B; }
a { background-color: rgb(21,81,139); }
div.DivClassName
{
background-color: #15518B;
}
.BgClassName
{
background-color: #15518B;
}
</style>
border-color css
<style>
span { border-color: #15518B; }
span { border-color: rgb(21,81,139); }
td.TdClassName
{
border-color: #15518B;
}
.TagClassName
{
border-color: #15518B;
}
</style>