Shades of Endeavour #185089
Tints of Endeavour #185089
RGB
CMYK
RGB Variations
Color information
#185089 (or 0x185089) is known color: Endeavour. HEX triplet: 18, 50 and 89. RGB value is (24,80,137). Sum of RGB (Red+Green+Blue) = 24+80+137=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #185089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185089 is #E7AF76. Grayscale: #454545. Windows color (decimal): -15183735 or 8998936. OLE color: 8998936.
HSL color Cylindrical-coordinate representation of color #185089: hue angle of 210.27º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185089 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 80 | 137 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.46 |
| HSL | 210.27º | 0.7% | 0.32% | - |
| HSV(B) | 210.27º | 0.82% | 0.54% | - |
| XYZ | 7.76 | 7.74 | 24.75 | - |
| YUV | 69.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 137 | 0.82 | 0.42 | 0 | 0.46 | 210.27 | 0.7 | 0.32 |
| Hex | 18 | 50 | 89 | 52 | 2A | 0 | 2E | D2 | 46 | 20 |
| Octal | 30 | 120 | 211 | 122 | 52 | 0 | 56 | 322 | 106 | 40 |
| Binary | 11000 | 1010000 | 10001001 | 1010010 | 101010 | 0 | 101110 | 11010010 | 1000110 | 100000 |
Color Harmonies of #185089
Complementary color
Monochromatic Colors of #185089
Black with #185089
Text Example
Text Example
White with #185089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185089; }
p { color: rgb(24,80,137); }
H1.HeaderClassName
{
color: #185089;
}
.AnyTagClassName
{
color: #185089;
}
</style>
background-color css
<style>
a { background-color: #185089; }
a { background-color: rgb(24,80,137); }
div.DivClassName
{
background-color: #185089;
}
.BgClassName
{
background-color: #185089;
}
</style>
border-color css
<style>
span { border-color: #185089; }
span { border-color: rgb(24,80,137); }
td.TdClassName
{
border-color: #185089;
}
.TagClassName
{
border-color: #185089;
}
</style>