Shades of Endeavour #185099
Tints of Endeavour #185099
RGB
CMYK
RGB Variations
Color information
#185099 (or 0x185099) is known color: Endeavour. HEX triplet: 18, 50 and 99. RGB value is (24,80,153). Sum of RGB (Red+Green+Blue) = 24+80+153=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #185099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185099 is #E7AF66. Grayscale: #474747. Windows color (decimal): -15183719 or 10047512. OLE color: 10047512.
HSL color Cylindrical-coordinate representation of color #185099: hue angle of 213.95º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185099 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 80 | 153 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.4 |
| HSL | 213.95º | 0.73% | 0.35% | - |
| HSV(B) | 213.95º | 0.84% | 0.6% | - |
| XYZ | 9 | 8.23 | 31.25 | - |
| YUV | 71.58 | 173.95 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 153 | 0.84 | 0.48 | 0 | 0.4 | 213.95 | 0.73 | 0.35 |
| Hex | 18 | 50 | 99 | 54 | 30 | 0 | 28 | D6 | 49 | 23 |
| Octal | 30 | 120 | 231 | 124 | 60 | 0 | 50 | 326 | 111 | 43 |
| Binary | 11000 | 1010000 | 10011001 | 1010100 | 110000 | 0 | 101000 | 11010110 | 1001001 | 100011 |
Color Harmonies of #185099
Complementary color
Monochromatic Colors of #185099
Black with #185099
Text Example
Text Example
White with #185099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185099; }
p { color: rgb(24,80,153); }
H1.HeaderClassName
{
color: #185099;
}
.AnyTagClassName
{
color: #185099;
}
</style>
background-color css
<style>
a { background-color: #185099; }
a { background-color: rgb(24,80,153); }
div.DivClassName
{
background-color: #185099;
}
.BgClassName
{
background-color: #185099;
}
</style>
border-color css
<style>
span { border-color: #185099; }
span { border-color: rgb(24,80,153); }
td.TdClassName
{
border-color: #185099;
}
.TagClassName
{
border-color: #185099;
}
</style>