Shades of Endeavour #185694
Tints of Endeavour #185694
RGB
CMYK
RGB Variations
Color information
#185694 (or 0x185694) is known color: Endeavour. HEX triplet: 18, 56 and 94. RGB value is (24,86,148). Sum of RGB (Red+Green+Blue) = 24+86+148=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #185694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185694 is #E7A96B. Grayscale: #4A4A4A. Windows color (decimal): -15182188 or 9721368. OLE color: 9721368.
HSL color Cylindrical-coordinate representation of color #185694: hue angle of 210º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185694 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 86 | 148 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.42 |
| HSL | 210º | 0.72% | 0.34% | - |
| HSV(B) | 210º | 0.84% | 0.58% | - |
| XYZ | 9.05 | 8.99 | 29.27 | - |
| YUV | 74.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 148 | 0.84 | 0.42 | 0 | 0.42 | 210 | 0.72 | 0.34 |
| Hex | 18 | 56 | 94 | 54 | 2A | 0 | 2A | D2 | 48 | 22 |
| Octal | 30 | 126 | 224 | 124 | 52 | 0 | 52 | 322 | 110 | 42 |
| Binary | 11000 | 1010110 | 10010100 | 1010100 | 101010 | 0 | 101010 | 11010010 | 1001000 | 100010 |
Color Harmonies of #185694
Complementary color
Monochromatic Colors of #185694
Black with #185694
Text Example
Text Example
White with #185694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185694; }
p { color: rgb(24,86,148); }
H1.HeaderClassName
{
color: #185694;
}
.AnyTagClassName
{
color: #185694;
}
</style>
background-color css
<style>
a { background-color: #185694; }
a { background-color: rgb(24,86,148); }
div.DivClassName
{
background-color: #185694;
}
.BgClassName
{
background-color: #185694;
}
</style>
border-color css
<style>
span { border-color: #185694; }
span { border-color: rgb(24,86,148); }
td.TdClassName
{
border-color: #185694;
}
.TagClassName
{
border-color: #185694;
}
</style>