Shades of Endeavour #18579F
Tints of Endeavour #18579F
RGB
CMYK
RGB Variations
Color information
#18579F (or 0x18579F) is known color: Endeavour. HEX triplet: 18, 57 and 9F. RGB value is (24,87,159). Sum of RGB (Red+Green+Blue) = 24+87+159=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #18579F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18579F is #E7A860. Grayscale: #4C4C4C. Windows color (decimal): -15181921 or 10442520. OLE color: 10442520.
HSL color Cylindrical-coordinate representation of color #18579F: hue angle of 212º 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 #18579F is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 87 | 159 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.38 |
| HSL | 212º | 0.74% | 0.36% | - |
| HSV(B) | 212º | 0.85% | 0.62% | - |
| XYZ | 10.04 | 9.51 | 34.11 | - |
| YUV | 76.37 | 174.63 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 159 | 0.85 | 0.45 | 0 | 0.38 | 212 | 0.74 | 0.36 |
| Hex | 18 | 57 | 9F | 55 | 2D | 0 | 26 | D4 | 4A | 24 |
| Octal | 30 | 127 | 237 | 125 | 55 | 0 | 46 | 324 | 112 | 44 |
| Binary | 11000 | 1010111 | 10011111 | 1010101 | 101101 | 0 | 100110 | 11010100 | 1001010 | 100100 |
Color Harmonies of #18579F
Complementary color
Monochromatic Colors of #18579F
Black with #18579F
Text Example
Text Example
White with #18579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18579F; }
p { color: rgb(24,87,159); }
H1.HeaderClassName
{
color: #18579F;
}
.AnyTagClassName
{
color: #18579F;
}
</style>
background-color css
<style>
a { background-color: #18579F; }
a { background-color: rgb(24,87,159); }
div.DivClassName
{
background-color: #18579F;
}
.BgClassName
{
background-color: #18579F;
}
</style>
border-color css
<style>
span { border-color: #18579F; }
span { border-color: rgb(24,87,159); }
td.TdClassName
{
border-color: #18579F;
}
.TagClassName
{
border-color: #18579F;
}
</style>