Shades of Endeavour #18588D
Tints of Endeavour #18588D
RGB
CMYK
RGB Variations
Color information
#18588D (or 0x18588D) is known color: Endeavour. HEX triplet: 18, 58 and 8D. RGB value is (24,88,141). Sum of RGB (Red+Green+Blue) = 24+88+141=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #18588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18588D is #E7A772. Grayscale: #4A4A4A. Windows color (decimal): -15181683 or 9263128. OLE color: 9263128.
HSL color Cylindrical-coordinate representation of color #18588D: hue angle of 207.18º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18588D is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 88 | 141 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.45 |
| HSL | 207.18º | 0.71% | 0.32% | - |
| HSV(B) | 207.18º | 0.83% | 0.55% | - |
| XYZ | 8.67 | 9.1 | 26.5 | - |
| YUV | 74.91 | 165.3 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 141 | 0.83 | 0.38 | 0 | 0.45 | 207.18 | 0.71 | 0.32 |
| Hex | 18 | 58 | 8D | 53 | 26 | 0 | 2D | CF | 47 | 20 |
| Octal | 30 | 130 | 215 | 123 | 46 | 0 | 55 | 317 | 107 | 40 |
| Binary | 11000 | 1011000 | 10001101 | 1010011 | 100110 | 0 | 101101 | 11001111 | 1000111 | 100000 |
Color Harmonies of #18588D
Complementary color
Monochromatic Colors of #18588D
Black with #18588D
Text Example
Text Example
White with #18588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18588D; }
p { color: rgb(24,88,141); }
H1.HeaderClassName
{
color: #18588D;
}
.AnyTagClassName
{
color: #18588D;
}
</style>
background-color css
<style>
a { background-color: #18588D; }
a { background-color: rgb(24,88,141); }
div.DivClassName
{
background-color: #18588D;
}
.BgClassName
{
background-color: #18588D;
}
</style>
border-color css
<style>
span { border-color: #18588D; }
span { border-color: rgb(24,88,141); }
td.TdClassName
{
border-color: #18588D;
}
.TagClassName
{
border-color: #18588D;
}
</style>