Shades of Endeavour #186696
Tints of Endeavour #186696
RGB
CMYK
RGB Variations
Color information
#186696 (or 0x186696) is known color: Endeavour. HEX triplet: 18, 66 and 96. RGB value is (24,102,150). Sum of RGB (Red+Green+Blue) = 24+102+150=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #186696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186696 is #E79969. Grayscale: #535353. Windows color (decimal): -15178090 or 9856536. OLE color: 9856536.
HSL color Cylindrical-coordinate representation of color #186696: hue angle of 202.86º 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 #186696 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 102 | 150 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.41 |
| HSL | 202.86º | 0.72% | 0.34% | - |
| HSV(B) | 202.86º | 0.84% | 0.59% | - |
| XYZ | 10.63 | 11.9 | 30.59 | - |
| YUV | 84.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 150 | 0.84 | 0.32 | 0 | 0.41 | 202.86 | 0.72 | 0.34 |
| Hex | 18 | 66 | 96 | 54 | 20 | 0 | 29 | CB | 48 | 22 |
| Octal | 30 | 146 | 226 | 124 | 40 | 0 | 51 | 313 | 110 | 42 |
| Binary | 11000 | 1100110 | 10010110 | 1010100 | 100000 | 0 | 101001 | 11001011 | 1001000 | 100010 |
Color Harmonies of #186696
Complementary color
Monochromatic Colors of #186696
Black with #186696
Text Example
Text Example
White with #186696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186696; }
p { color: rgb(24,102,150); }
H1.HeaderClassName
{
color: #186696;
}
.AnyTagClassName
{
color: #186696;
}
</style>
background-color css
<style>
a { background-color: #186696; }
a { background-color: rgb(24,102,150); }
div.DivClassName
{
background-color: #186696;
}
.BgClassName
{
background-color: #186696;
}
</style>
border-color css
<style>
span { border-color: #186696; }
span { border-color: rgb(24,102,150); }
td.TdClassName
{
border-color: #186696;
}
.TagClassName
{
border-color: #186696;
}
</style>