Shades of Endeavour #18599F
Tints of Endeavour #18599F
RGB
CMYK
RGB Variations
Color information
#18599F (or 0x18599F) is known color: Endeavour. HEX triplet: 18, 59 and 9F. RGB value is (24,89,159). Sum of RGB (Red+Green+Blue) = 24+89+159=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #18599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18599F is #E7A660. Grayscale: #4D4D4D. Windows color (decimal): -15181409 or 10443032. OLE color: 10443032.
HSL color Cylindrical-coordinate representation of color #18599F: hue angle of 211.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18599F is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 89 | 159 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.38 |
| HSL | 211.11º | 0.74% | 0.36% | - |
| HSV(B) | 211.11º | 0.85% | 0.62% | - |
| XYZ | 10.21 | 9.84 | 34.16 | - |
| YUV | 77.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 159 | 0.85 | 0.44 | 0 | 0.38 | 211.11 | 0.74 | 0.36 |
| Hex | 18 | 59 | 9F | 55 | 2C | 0 | 26 | D3 | 4A | 24 |
| Octal | 30 | 131 | 237 | 125 | 54 | 0 | 46 | 323 | 112 | 44 |
| Binary | 11000 | 1011001 | 10011111 | 1010101 | 101100 | 0 | 100110 | 11010011 | 1001010 | 100100 |
Color Harmonies of #18599F
Complementary color
Monochromatic Colors of #18599F
Black with #18599F
Text Example
Text Example
White with #18599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18599F; }
p { color: rgb(24,89,159); }
H1.HeaderClassName
{
color: #18599F;
}
.AnyTagClassName
{
color: #18599F;
}
</style>
background-color css
<style>
a { background-color: #18599F; }
a { background-color: rgb(24,89,159); }
div.DivClassName
{
background-color: #18599F;
}
.BgClassName
{
background-color: #18599F;
}
</style>
border-color css
<style>
span { border-color: #18599F; }
span { border-color: rgb(24,89,159); }
td.TdClassName
{
border-color: #18599F;
}
.TagClassName
{
border-color: #18599F;
}
</style>