Shades of Endeavour #186595
Tints of Endeavour #186595
RGB
CMYK
RGB Variations
Color information
#186595 (or 0x186595) is known color: Endeavour. HEX triplet: 18, 65 and 95. RGB value is (24,101,149). Sum of RGB (Red+Green+Blue) = 24+101+149=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #186595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186595 is #E79A6A. Grayscale: #535353. Windows color (decimal): -15178347 or 9790744. OLE color: 9790744.
HSL color Cylindrical-coordinate representation of color #186595: hue angle of 203.04º 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 #186595 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 101 | 149 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.42 |
| HSL | 203.04º | 0.72% | 0.34% | - |
| HSV(B) | 203.04º | 0.84% | 0.58% | - |
| XYZ | 10.46 | 11.67 | 30.14 | - |
| YUV | 83.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 149 | 0.84 | 0.32 | 0 | 0.42 | 203.04 | 0.72 | 0.34 |
| Hex | 18 | 65 | 95 | 54 | 20 | 0 | 2A | CB | 48 | 22 |
| Octal | 30 | 145 | 225 | 124 | 40 | 0 | 52 | 313 | 110 | 42 |
| Binary | 11000 | 1100101 | 10010101 | 1010100 | 100000 | 0 | 101010 | 11001011 | 1001000 | 100010 |
Color Harmonies of #186595
Complementary color
Monochromatic Colors of #186595
Black with #186595
Text Example
Text Example
White with #186595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186595; }
p { color: rgb(24,101,149); }
H1.HeaderClassName
{
color: #186595;
}
.AnyTagClassName
{
color: #186595;
}
</style>
background-color css
<style>
a { background-color: #186595; }
a { background-color: rgb(24,101,149); }
div.DivClassName
{
background-color: #186595;
}
.BgClassName
{
background-color: #186595;
}
</style>
border-color css
<style>
span { border-color: #186595; }
span { border-color: rgb(24,101,149); }
td.TdClassName
{
border-color: #186595;
}
.TagClassName
{
border-color: #186595;
}
</style>