Shades of Endeavour #18599D
Tints of Endeavour #18599D
RGB
CMYK
RGB Variations
Color information
#18599D (or 0x18599D) is known color: Endeavour. HEX triplet: 18, 59 and 9D. RGB value is (24,89,157). Sum of RGB (Red+Green+Blue) = 24+89+157=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #18599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18599D is #E7A662. Grayscale: #4C4C4C. Windows color (decimal): -15181411 or 10311960. OLE color: 10311960.
HSL color Cylindrical-coordinate representation of color #18599D: hue angle of 210.68º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18599D is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 89 | 157 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.38 |
| HSL | 210.68º | 0.73% | 0.35% | - |
| HSV(B) | 210.68º | 0.85% | 0.62% | - |
| XYZ | 10.03 | 9.77 | 33.26 | - |
| YUV | 77.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 157 | 0.85 | 0.43 | 0 | 0.38 | 210.68 | 0.73 | 0.35 |
| Hex | 18 | 59 | 9D | 55 | 2B | 0 | 26 | D3 | 49 | 23 |
| Octal | 30 | 131 | 235 | 125 | 53 | 0 | 46 | 323 | 111 | 43 |
| Binary | 11000 | 1011001 | 10011101 | 1010101 | 101011 | 0 | 100110 | 11010011 | 1001001 | 100011 |
Color Harmonies of #18599D
Complementary color
Monochromatic Colors of #18599D
Black with #18599D
Text Example
Text Example
White with #18599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18599D; }
p { color: rgb(24,89,157); }
H1.HeaderClassName
{
color: #18599D;
}
.AnyTagClassName
{
color: #18599D;
}
</style>
background-color css
<style>
a { background-color: #18599D; }
a { background-color: rgb(24,89,157); }
div.DivClassName
{
background-color: #18599D;
}
.BgClassName
{
background-color: #18599D;
}
</style>
border-color css
<style>
span { border-color: #18599D; }
span { border-color: rgb(24,89,157); }
td.TdClassName
{
border-color: #18599D;
}
.TagClassName
{
border-color: #18599D;
}
</style>