Shades of Endeavour #18609F
Tints of Endeavour #18609F
RGB
CMYK
RGB Variations
Color information
#18609F (or 0x18609F) is known color: Endeavour. HEX triplet: 18, 60 and 9F. RGB value is (24,96,159). Sum of RGB (Red+Green+Blue) = 24+96+159=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #18609F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18609F is #E79F60. Grayscale: #515151. Windows color (decimal): -15179617 or 10444824. OLE color: 10444824.
HSL color Cylindrical-coordinate representation of color #18609F: hue angle of 208º 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 #18609F is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 96 | 159 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.38 |
| HSL | 208º | 0.74% | 0.36% | - |
| HSV(B) | 208º | 0.85% | 0.62% | - |
| XYZ | 10.82 | 11.06 | 34.37 | - |
| YUV | 81.65 | 171.65 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 159 | 0.85 | 0.40 | 0 | 0.38 | 208 | 0.74 | 0.36 |
| Hex | 18 | 60 | 9F | 55 | 28 | 0 | 26 | D0 | 4A | 24 |
| Octal | 30 | 140 | 237 | 125 | 50 | 0 | 46 | 320 | 112 | 44 |
| Binary | 11000 | 1100000 | 10011111 | 1010101 | 101000 | 0 | 100110 | 11010000 | 1001010 | 100100 |
Color Harmonies of #18609F
Complementary color
Monochromatic Colors of #18609F
Black with #18609F
Text Example
Text Example
White with #18609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18609F; }
p { color: rgb(24,96,159); }
H1.HeaderClassName
{
color: #18609F;
}
.AnyTagClassName
{
color: #18609F;
}
</style>
background-color css
<style>
a { background-color: #18609F; }
a { background-color: rgb(24,96,159); }
div.DivClassName
{
background-color: #18609F;
}
.BgClassName
{
background-color: #18609F;
}
</style>
border-color css
<style>
span { border-color: #18609F; }
span { border-color: rgb(24,96,159); }
td.TdClassName
{
border-color: #18609F;
}
.TagClassName
{
border-color: #18609F;
}
</style>