Shades of Endeavour #185997
Tints of Endeavour #185997
RGB
CMYK
RGB Variations
Color information
#185997 (or 0x185997) is known color: Endeavour. HEX triplet: 18, 59 and 97. RGB value is (24,89,151). Sum of RGB (Red+Green+Blue) = 24+89+151=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #185997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185997 is #E7A668. Grayscale: #4C4C4C. Windows color (decimal): -15181417 or 9918744. OLE color: 9918744.
HSL color Cylindrical-coordinate representation of color #185997: hue angle of 209.29º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185997 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 89 | 151 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.41 |
| HSL | 209.29º | 0.73% | 0.34% | - |
| HSV(B) | 209.29º | 0.84% | 0.59% | - |
| XYZ | 9.53 | 9.57 | 30.62 | - |
| YUV | 76.63 | 169.97 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 151 | 0.84 | 0.41 | 0 | 0.41 | 209.29 | 0.73 | 0.34 |
| Hex | 18 | 59 | 97 | 54 | 29 | 0 | 29 | D1 | 49 | 22 |
| Octal | 30 | 131 | 227 | 124 | 51 | 0 | 51 | 321 | 111 | 42 |
| Binary | 11000 | 1011001 | 10010111 | 1010100 | 101001 | 0 | 101001 | 11010001 | 1001001 | 100010 |
Color Harmonies of #185997
Complementary color
Monochromatic Colors of #185997
Black with #185997
Text Example
Text Example
White with #185997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185997; }
p { color: rgb(24,89,151); }
H1.HeaderClassName
{
color: #185997;
}
.AnyTagClassName
{
color: #185997;
}
</style>
background-color css
<style>
a { background-color: #185997; }
a { background-color: rgb(24,89,151); }
div.DivClassName
{
background-color: #185997;
}
.BgClassName
{
background-color: #185997;
}
</style>
border-color css
<style>
span { border-color: #185997; }
span { border-color: rgb(24,89,151); }
td.TdClassName
{
border-color: #185997;
}
.TagClassName
{
border-color: #185997;
}
</style>