Shades of Endeavour #18598E
Tints of Endeavour #18598E
RGB
CMYK
RGB Variations
Color information
#18598E (or 0x18598E) is known color: Endeavour. HEX triplet: 18, 59 and 8E. RGB value is (24,89,142). Sum of RGB (Red+Green+Blue) = 24+89+142=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #18598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18598E is #E7A671. Grayscale: #4B4B4B. Windows color (decimal): -15181426 or 9328920. OLE color: 9328920.
HSL color Cylindrical-coordinate representation of color #18598E: hue angle of 206.95º 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 #18598E is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 89 | 142 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.44 |
| HSL | 206.95º | 0.71% | 0.33% | - |
| HSV(B) | 206.95º | 0.83% | 0.56% | - |
| XYZ | 8.83 | 9.29 | 26.92 | - |
| YUV | 75.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 142 | 0.83 | 0.37 | 0 | 0.44 | 206.95 | 0.71 | 0.33 |
| Hex | 18 | 59 | 8E | 53 | 25 | 0 | 2C | CF | 47 | 21 |
| Octal | 30 | 131 | 216 | 123 | 45 | 0 | 54 | 317 | 107 | 41 |
| Binary | 11000 | 1011001 | 10001110 | 1010011 | 100101 | 0 | 101100 | 11001111 | 1000111 | 100001 |
Color Harmonies of #18598E
Complementary color
Monochromatic Colors of #18598E
Black with #18598E
Text Example
Text Example
White with #18598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18598E; }
p { color: rgb(24,89,142); }
H1.HeaderClassName
{
color: #18598E;
}
.AnyTagClassName
{
color: #18598E;
}
</style>
background-color css
<style>
a { background-color: #18598E; }
a { background-color: rgb(24,89,142); }
div.DivClassName
{
background-color: #18598E;
}
.BgClassName
{
background-color: #18598E;
}
</style>
border-color css
<style>
span { border-color: #18598E; }
span { border-color: rgb(24,89,142); }
td.TdClassName
{
border-color: #18598E;
}
.TagClassName
{
border-color: #18598E;
}
</style>