Shades of Endeavour #18609E
Tints of Endeavour #18609E
RGB
CMYK
RGB Variations
Color information
#18609E (or 0x18609E) is known color: Endeavour. HEX triplet: 18, 60 and 9E. RGB value is (24,96,158). Sum of RGB (Red+Green+Blue) = 24+96+158=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #18609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18609E is #E79F61. Grayscale: #515151. Windows color (decimal): -15179618 or 10379288. OLE color: 10379288.
HSL color Cylindrical-coordinate representation of color #18609E: hue angle of 207.76º 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 #18609E is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 96 | 158 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.38 |
| HSL | 207.76º | 0.74% | 0.36% | - |
| HSV(B) | 207.76º | 0.85% | 0.62% | - |
| XYZ | 10.73 | 11.03 | 33.91 | - |
| YUV | 81.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 158 | 0.85 | 0.39 | 0 | 0.38 | 207.76 | 0.74 | 0.36 |
| Hex | 18 | 60 | 9E | 55 | 27 | 0 | 26 | D0 | 4A | 24 |
| Octal | 30 | 140 | 236 | 125 | 47 | 0 | 46 | 320 | 112 | 44 |
| Binary | 11000 | 1100000 | 10011110 | 1010101 | 100111 | 0 | 100110 | 11010000 | 1001010 | 100100 |
Color Harmonies of #18609E
Complementary color
Monochromatic Colors of #18609E
Black with #18609E
Text Example
Text Example
White with #18609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18609E; }
p { color: rgb(24,96,158); }
H1.HeaderClassName
{
color: #18609E;
}
.AnyTagClassName
{
color: #18609E;
}
</style>
background-color css
<style>
a { background-color: #18609E; }
a { background-color: rgb(24,96,158); }
div.DivClassName
{
background-color: #18609E;
}
.BgClassName
{
background-color: #18609E;
}
</style>
border-color css
<style>
span { border-color: #18609E; }
span { border-color: rgb(24,96,158); }
td.TdClassName
{
border-color: #18609E;
}
.TagClassName
{
border-color: #18609E;
}
</style>