Shades of Endeavour #18518E
Tints of Endeavour #18518E
RGB
CMYK
RGB Variations
Color information
#18518E (or 0x18518E) is known color: Endeavour. HEX triplet: 18, 51 and 8E. RGB value is (24,81,142). Sum of RGB (Red+Green+Blue) = 24+81+142=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #18518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18518E is #E7AE71. Grayscale: #464646. Windows color (decimal): -15183474 or 9326872. OLE color: 9326872.
HSL color Cylindrical-coordinate representation of color #18518E: hue angle of 211.02º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18518E is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 81 | 142 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.44 |
| HSL | 211.02º | 0.71% | 0.33% | - |
| HSV(B) | 211.02º | 0.83% | 0.56% | - |
| XYZ | 8.2 | 8.03 | 26.71 | - |
| YUV | 70.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 142 | 0.83 | 0.43 | 0 | 0.44 | 211.02 | 0.71 | 0.33 |
| Hex | 18 | 51 | 8E | 53 | 2B | 0 | 2C | D3 | 47 | 21 |
| Octal | 30 | 121 | 216 | 123 | 53 | 0 | 54 | 323 | 107 | 41 |
| Binary | 11000 | 1010001 | 10001110 | 1010011 | 101011 | 0 | 101100 | 11010011 | 1000111 | 100001 |
Color Harmonies of #18518E
Complementary color
Monochromatic Colors of #18518E
Black with #18518E
Text Example
Text Example
White with #18518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18518E; }
p { color: rgb(24,81,142); }
H1.HeaderClassName
{
color: #18518E;
}
.AnyTagClassName
{
color: #18518E;
}
</style>
background-color css
<style>
a { background-color: #18518E; }
a { background-color: rgb(24,81,142); }
div.DivClassName
{
background-color: #18518E;
}
.BgClassName
{
background-color: #18518E;
}
</style>
border-color css
<style>
span { border-color: #18518E; }
span { border-color: rgb(24,81,142); }
td.TdClassName
{
border-color: #18518E;
}
.TagClassName
{
border-color: #18518E;
}
</style>