Shades of Endeavour #185096
Tints of Endeavour #185096
RGB
CMYK
RGB Variations
Color information
#185096 (or 0x185096) is known color: Endeavour. HEX triplet: 18, 50 and 96. RGB value is (24,80,150). Sum of RGB (Red+Green+Blue) = 24+80+150=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #185096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185096 is #E7AF69. Grayscale: #464646. Windows color (decimal): -15183722 or 9850904. OLE color: 9850904.
HSL color Cylindrical-coordinate representation of color #185096: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185096 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 80 | 150 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.41 |
| HSL | 213.33º | 0.72% | 0.34% | - |
| HSV(B) | 213.33º | 0.84% | 0.59% | - |
| XYZ | 8.75 | 8.13 | 29.96 | - |
| YUV | 71.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 150 | 0.84 | 0.47 | 0 | 0.41 | 213.33 | 0.72 | 0.34 |
| Hex | 18 | 50 | 96 | 54 | 2F | 0 | 29 | D5 | 48 | 22 |
| Octal | 30 | 120 | 226 | 124 | 57 | 0 | 51 | 325 | 110 | 42 |
| Binary | 11000 | 1010000 | 10010110 | 1010100 | 101111 | 0 | 101001 | 11010101 | 1001000 | 100010 |
Color Harmonies of #185096
Complementary color
Monochromatic Colors of #185096
Black with #185096
Text Example
Text Example
White with #185096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185096; }
p { color: rgb(24,80,150); }
H1.HeaderClassName
{
color: #185096;
}
.AnyTagClassName
{
color: #185096;
}
</style>
background-color css
<style>
a { background-color: #185096; }
a { background-color: rgb(24,80,150); }
div.DivClassName
{
background-color: #185096;
}
.BgClassName
{
background-color: #185096;
}
</style>
border-color css
<style>
span { border-color: #185096; }
span { border-color: rgb(24,80,150); }
td.TdClassName
{
border-color: #185096;
}
.TagClassName
{
border-color: #185096;
}
</style>