Shades of Endeavour #18518A
Tints of Endeavour #18518A
RGB
CMYK
RGB Variations
Color information
#18518A (or 0x18518A) is known color: Endeavour. HEX triplet: 18, 51 and 8A. RGB value is (24,81,138). Sum of RGB (Red+Green+Blue) = 24+81+138=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #18518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18518A is #E7AE75. Grayscale: #464646. Windows color (decimal): -15183478 or 9064728. OLE color: 9064728.
HSL color Cylindrical-coordinate representation of color #18518A: hue angle of 210º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18518A is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 81 | 138 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.46 |
| HSL | 210º | 0.7% | 0.32% | - |
| HSV(B) | 210º | 0.83% | 0.54% | - |
| XYZ | 7.91 | 7.91 | 25.16 | - |
| YUV | 70.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 138 | 0.83 | 0.41 | 0 | 0.46 | 210 | 0.7 | 0.32 |
| Hex | 18 | 51 | 8A | 53 | 29 | 0 | 2E | D2 | 46 | 20 |
| Octal | 30 | 121 | 212 | 123 | 51 | 0 | 56 | 322 | 106 | 40 |
| Binary | 11000 | 1010001 | 10001010 | 1010011 | 101001 | 0 | 101110 | 11010010 | 1000110 | 100000 |
Color Harmonies of #18518A
Complementary color
Monochromatic Colors of #18518A
Black with #18518A
Text Example
Text Example
White with #18518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18518A; }
p { color: rgb(24,81,138); }
H1.HeaderClassName
{
color: #18518A;
}
.AnyTagClassName
{
color: #18518A;
}
</style>
background-color css
<style>
a { background-color: #18518A; }
a { background-color: rgb(24,81,138); }
div.DivClassName
{
background-color: #18518A;
}
.BgClassName
{
background-color: #18518A;
}
</style>
border-color css
<style>
span { border-color: #18518A; }
span { border-color: rgb(24,81,138); }
td.TdClassName
{
border-color: #18518A;
}
.TagClassName
{
border-color: #18518A;
}
</style>