Shades of Endeavour #186895
Tints of Endeavour #186895
RGB
CMYK
RGB Variations
Color information
#186895 (or 0x186895) is known color: Endeavour. HEX triplet: 18, 68 and 95. RGB value is (24,104,149). Sum of RGB (Red+Green+Blue) = 24+104+149=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #186895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186895 is #E7976A. Grayscale: #545454. Windows color (decimal): -15177579 or 9791512. OLE color: 9791512.
HSL color Cylindrical-coordinate representation of color #186895: hue angle of 201.6º 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 #186895 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 104 | 149 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.42 |
| HSL | 201.6º | 0.72% | 0.34% | - |
| HSV(B) | 201.6º | 0.84% | 0.58% | - |
| XYZ | 10.75 | 12.26 | 30.23 | - |
| YUV | 85.21 | 164 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 149 | 0.84 | 0.30 | 0 | 0.42 | 201.6 | 0.72 | 0.34 |
| Hex | 18 | 68 | 95 | 54 | 1E | 0 | 2A | CA | 48 | 22 |
| Octal | 30 | 150 | 225 | 124 | 36 | 0 | 52 | 312 | 110 | 42 |
| Binary | 11000 | 1101000 | 10010101 | 1010100 | 11110 | 0 | 101010 | 11001010 | 1001000 | 100010 |
Color Harmonies of #186895
Complementary color
Monochromatic Colors of #186895
Black with #186895
Text Example
Text Example
White with #186895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186895; }
p { color: rgb(24,104,149); }
H1.HeaderClassName
{
color: #186895;
}
.AnyTagClassName
{
color: #186895;
}
</style>
background-color css
<style>
a { background-color: #186895; }
a { background-color: rgb(24,104,149); }
div.DivClassName
{
background-color: #186895;
}
.BgClassName
{
background-color: #186895;
}
</style>
border-color css
<style>
span { border-color: #186895; }
span { border-color: rgb(24,104,149); }
td.TdClassName
{
border-color: #186895;
}
.TagClassName
{
border-color: #186895;
}
</style>