Shades of Endeavour #186693
Tints of Endeavour #186693
RGB
CMYK
RGB Variations
Color information
#186693 (or 0x186693) is known color: Endeavour. HEX triplet: 18, 66 and 93. RGB value is (24,102,147). Sum of RGB (Red+Green+Blue) = 24+102+147=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #186693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186693 is #E7996C. Grayscale: #535353. Windows color (decimal): -15178093 or 9659928. OLE color: 9659928.
HSL color Cylindrical-coordinate representation of color #186693: hue angle of 201.95º 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 #186693 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 102 | 147 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.42 |
| HSL | 201.95º | 0.72% | 0.34% | - |
| HSV(B) | 201.95º | 0.84% | 0.58% | - |
| XYZ | 10.39 | 11.8 | 29.33 | - |
| YUV | 83.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 147 | 0.84 | 0.31 | 0 | 0.42 | 201.95 | 0.72 | 0.34 |
| Hex | 18 | 66 | 93 | 54 | 1F | 0 | 2A | CA | 48 | 22 |
| Octal | 30 | 146 | 223 | 124 | 37 | 0 | 52 | 312 | 110 | 42 |
| Binary | 11000 | 1100110 | 10010011 | 1010100 | 11111 | 0 | 101010 | 11001010 | 1001000 | 100010 |
Color Harmonies of #186693
Complementary color
Monochromatic Colors of #186693
Black with #186693
Text Example
Text Example
White with #186693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186693; }
p { color: rgb(24,102,147); }
H1.HeaderClassName
{
color: #186693;
}
.AnyTagClassName
{
color: #186693;
}
</style>
background-color css
<style>
a { background-color: #186693; }
a { background-color: rgb(24,102,147); }
div.DivClassName
{
background-color: #186693;
}
.BgClassName
{
background-color: #186693;
}
</style>
border-color css
<style>
span { border-color: #186693; }
span { border-color: rgb(24,102,147); }
td.TdClassName
{
border-color: #186693;
}
.TagClassName
{
border-color: #186693;
}
</style>