Shades of Endeavour #185690
Tints of Endeavour #185690
RGB
CMYK
RGB Variations
Color information
#185690 (or 0x185690) is known color: Endeavour. HEX triplet: 18, 56 and 90. RGB value is (24,86,144). Sum of RGB (Red+Green+Blue) = 24+86+144=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #185690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185690 is #E7A96F. Grayscale: #494949. Windows color (decimal): -15182192 or 9459224. OLE color: 9459224.
HSL color Cylindrical-coordinate representation of color #185690: hue angle of 209º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185690 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 86 | 144 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.44 |
| HSL | 209º | 0.71% | 0.33% | - |
| HSV(B) | 209º | 0.83% | 0.56% | - |
| XYZ | 8.74 | 8.86 | 27.64 | - |
| YUV | 74.07 | 167.46 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 144 | 0.83 | 0.40 | 0 | 0.44 | 209 | 0.71 | 0.33 |
| Hex | 18 | 56 | 90 | 53 | 28 | 0 | 2C | D1 | 47 | 21 |
| Octal | 30 | 126 | 220 | 123 | 50 | 0 | 54 | 321 | 107 | 41 |
| Binary | 11000 | 1010110 | 10010000 | 1010011 | 101000 | 0 | 101100 | 11010001 | 1000111 | 100001 |
Color Harmonies of #185690
Complementary color
Monochromatic Colors of #185690
Black with #185690
Text Example
Text Example
White with #185690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185690; }
p { color: rgb(24,86,144); }
H1.HeaderClassName
{
color: #185690;
}
.AnyTagClassName
{
color: #185690;
}
</style>
background-color css
<style>
a { background-color: #185690; }
a { background-color: rgb(24,86,144); }
div.DivClassName
{
background-color: #185690;
}
.BgClassName
{
background-color: #185690;
}
</style>
border-color css
<style>
span { border-color: #185690; }
span { border-color: rgb(24,86,144); }
td.TdClassName
{
border-color: #185690;
}
.TagClassName
{
border-color: #185690;
}
</style>