Shades of Endeavour #185098
Tints of Endeavour #185098
RGB
CMYK
RGB Variations
Color information
#185098 (or 0x185098) is known color: Endeavour. HEX triplet: 18, 50 and 98. RGB value is (24,80,152). Sum of RGB (Red+Green+Blue) = 24+80+152=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #185098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185098 is #E7AF67. Grayscale: #474747. Windows color (decimal): -15183720 or 9981976. OLE color: 9981976.
HSL color Cylindrical-coordinate representation of color #185098: hue angle of 213.75º 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 #185098 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 80 | 152 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.40 |
| HSL | 213.75º | 0.73% | 0.35% | - |
| HSV(B) | 213.75º | 0.84% | 0.6% | - |
| XYZ | 8.91 | 8.2 | 30.82 | - |
| YUV | 71.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 152 | 0.84 | 0.47 | 0 | 0.40 | 213.75 | 0.73 | 0.35 |
| Hex | 18 | 50 | 98 | 54 | 2F | 0 | 28 | D6 | 49 | 23 |
| Octal | 30 | 120 | 230 | 124 | 57 | 0 | 50 | 326 | 111 | 43 |
| Binary | 11000 | 1010000 | 10011000 | 1010100 | 101111 | 0 | 101000 | 11010110 | 1001001 | 100011 |
Color Harmonies of #185098
Complementary color
Monochromatic Colors of #185098
Black with #185098
Text Example
Text Example
White with #185098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185098; }
p { color: rgb(24,80,152); }
H1.HeaderClassName
{
color: #185098;
}
.AnyTagClassName
{
color: #185098;
}
</style>
background-color css
<style>
a { background-color: #185098; }
a { background-color: rgb(24,80,152); }
div.DivClassName
{
background-color: #185098;
}
.BgClassName
{
background-color: #185098;
}
</style>
border-color css
<style>
span { border-color: #185098; }
span { border-color: rgb(24,80,152); }
td.TdClassName
{
border-color: #185098;
}
.TagClassName
{
border-color: #185098;
}
</style>