Shades of Endeavour #185199
Tints of Endeavour #185199
RGB
CMYK
RGB Variations
Color information
#185199 (or 0x185199) is known color: Endeavour. HEX triplet: 18, 51 and 99. RGB value is (24,81,153). Sum of RGB (Red+Green+Blue) = 24+81+153=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #185199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185199 is #E7AE66. Grayscale: #474747. Windows color (decimal): -15183463 or 10047768. OLE color: 10047768.
HSL color Cylindrical-coordinate representation of color #185199: hue angle of 213.49º 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 #185199 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 81 | 153 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.4 |
| HSL | 213.49º | 0.73% | 0.35% | - |
| HSV(B) | 213.49º | 0.84% | 0.6% | - |
| XYZ | 9.07 | 8.38 | 31.28 | - |
| YUV | 72.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 153 | 0.84 | 0.47 | 0 | 0.4 | 213.49 | 0.73 | 0.35 |
| Hex | 18 | 51 | 99 | 54 | 2F | 0 | 28 | D5 | 49 | 23 |
| Octal | 30 | 121 | 231 | 124 | 57 | 0 | 50 | 325 | 111 | 43 |
| Binary | 11000 | 1010001 | 10011001 | 1010100 | 101111 | 0 | 101000 | 11010101 | 1001001 | 100011 |
Color Harmonies of #185199
Complementary color
Monochromatic Colors of #185199
Black with #185199
Text Example
Text Example
White with #185199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185199; }
p { color: rgb(24,81,153); }
H1.HeaderClassName
{
color: #185199;
}
.AnyTagClassName
{
color: #185199;
}
</style>
background-color css
<style>
a { background-color: #185199; }
a { background-color: rgb(24,81,153); }
div.DivClassName
{
background-color: #185199;
}
.BgClassName
{
background-color: #185199;
}
</style>
border-color css
<style>
span { border-color: #185199; }
span { border-color: rgb(24,81,153); }
td.TdClassName
{
border-color: #185199;
}
.TagClassName
{
border-color: #185199;
}
</style>