Shades of Endeavour #18598C
Tints of Endeavour #18598C
RGB
CMYK
RGB Variations
Color information
#18598C (or 0x18598C) is known color: Endeavour. HEX triplet: 18, 59 and 8C. RGB value is (24,89,140). Sum of RGB (Red+Green+Blue) = 24+89+140=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #18598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18598C is #E7A673. Grayscale: #4B4B4B. Windows color (decimal): -15181428 or 9197848. OLE color: 9197848.
HSL color Cylindrical-coordinate representation of color #18598C: hue angle of 206.38º 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 #18598C is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 89 | 140 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.45 |
| HSL | 206.38º | 0.71% | 0.32% | - |
| HSV(B) | 206.38º | 0.83% | 0.55% | - |
| XYZ | 8.68 | 9.23 | 26.14 | - |
| YUV | 75.38 | 164.47 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 140 | 0.83 | 0.36 | 0 | 0.45 | 206.38 | 0.71 | 0.32 |
| Hex | 18 | 59 | 8C | 53 | 24 | 0 | 2D | CE | 47 | 20 |
| Octal | 30 | 131 | 214 | 123 | 44 | 0 | 55 | 316 | 107 | 40 |
| Binary | 11000 | 1011001 | 10001100 | 1010011 | 100100 | 0 | 101101 | 11001110 | 1000111 | 100000 |
Color Harmonies of #18598C
Complementary color
Monochromatic Colors of #18598C
Black with #18598C
Text Example
Text Example
White with #18598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18598C; }
p { color: rgb(24,89,140); }
H1.HeaderClassName
{
color: #18598C;
}
.AnyTagClassName
{
color: #18598C;
}
</style>
background-color css
<style>
a { background-color: #18598C; }
a { background-color: rgb(24,89,140); }
div.DivClassName
{
background-color: #18598C;
}
.BgClassName
{
background-color: #18598C;
}
</style>
border-color css
<style>
span { border-color: #18598C; }
span { border-color: rgb(24,89,140); }
td.TdClassName
{
border-color: #18598C;
}
.TagClassName
{
border-color: #18598C;
}
</style>