Shades of Endeavour #185990
Tints of Endeavour #185990
RGB
CMYK
RGB Variations
Color information
#185990 (or 0x185990) is known color: Endeavour. HEX triplet: 18, 59 and 90. RGB value is (24,89,144). Sum of RGB (Red+Green+Blue) = 24+89+144=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #185990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185990 is #E7A66F. Grayscale: #4B4B4B. Windows color (decimal): -15181424 or 9459992. OLE color: 9459992.
HSL color Cylindrical-coordinate representation of color #185990: hue angle of 207.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185990 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 89 | 144 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.44 |
| HSL | 207.5º | 0.71% | 0.33% | - |
| HSV(B) | 207.5º | 0.83% | 0.56% | - |
| XYZ | 8.98 | 9.35 | 27.72 | - |
| YUV | 75.84 | 166.47 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 144 | 0.83 | 0.38 | 0 | 0.44 | 207.5 | 0.71 | 0.33 |
| Hex | 18 | 59 | 90 | 53 | 26 | 0 | 2C | D0 | 47 | 21 |
| Octal | 30 | 131 | 220 | 123 | 46 | 0 | 54 | 320 | 107 | 41 |
| Binary | 11000 | 1011001 | 10010000 | 1010011 | 100110 | 0 | 101100 | 11010000 | 1000111 | 100001 |
Color Harmonies of #185990
Complementary color
Monochromatic Colors of #185990
Black with #185990
Text Example
Text Example
White with #185990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185990; }
p { color: rgb(24,89,144); }
H1.HeaderClassName
{
color: #185990;
}
.AnyTagClassName
{
color: #185990;
}
</style>
background-color css
<style>
a { background-color: #185990; }
a { background-color: rgb(24,89,144); }
div.DivClassName
{
background-color: #185990;
}
.BgClassName
{
background-color: #185990;
}
</style>
border-color css
<style>
span { border-color: #185990; }
span { border-color: rgb(24,89,144); }
td.TdClassName
{
border-color: #185990;
}
.TagClassName
{
border-color: #185990;
}
</style>