Shades of Endeavour #185695
Tints of Endeavour #185695
RGB
CMYK
RGB Variations
Color information
#185695 (or 0x185695) is known color: Endeavour. HEX triplet: 18, 56 and 95. RGB value is (24,86,149). Sum of RGB (Red+Green+Blue) = 24+86+149=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #185695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185695 is #E7A96A. Grayscale: #4A4A4A. Windows color (decimal): -15182187 or 9786904. OLE color: 9786904.
HSL color Cylindrical-coordinate representation of color #185695: hue angle of 210.24º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185695 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 86 | 149 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.42 |
| HSL | 210.24º | 0.72% | 0.34% | - |
| HSV(B) | 210.24º | 0.84% | 0.58% | - |
| XYZ | 9.13 | 9.02 | 29.69 | - |
| YUV | 74.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 149 | 0.84 | 0.42 | 0 | 0.42 | 210.24 | 0.72 | 0.34 |
| Hex | 18 | 56 | 95 | 54 | 2A | 0 | 2A | D2 | 48 | 22 |
| Octal | 30 | 126 | 225 | 124 | 52 | 0 | 52 | 322 | 110 | 42 |
| Binary | 11000 | 1010110 | 10010101 | 1010100 | 101010 | 0 | 101010 | 11010010 | 1001000 | 100010 |
Color Harmonies of #185695
Complementary color
Monochromatic Colors of #185695
Black with #185695
Text Example
Text Example
White with #185695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185695; }
p { color: rgb(24,86,149); }
H1.HeaderClassName
{
color: #185695;
}
.AnyTagClassName
{
color: #185695;
}
</style>
background-color css
<style>
a { background-color: #185695; }
a { background-color: rgb(24,86,149); }
div.DivClassName
{
background-color: #185695;
}
.BgClassName
{
background-color: #185695;
}
</style>
border-color css
<style>
span { border-color: #185695; }
span { border-color: rgb(24,86,149); }
td.TdClassName
{
border-color: #185695;
}
.TagClassName
{
border-color: #185695;
}
</style>