Shades of Endeavour #185090
Tints of Endeavour #185090
RGB
CMYK
RGB Variations
Color information
#185090 (or 0x185090) is known color: Endeavour. HEX triplet: 18, 50 and 90. RGB value is (24,80,144). Sum of RGB (Red+Green+Blue) = 24+80+144=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #185090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185090 is #E7AF6F. Grayscale: #464646. Windows color (decimal): -15183728 or 9457688. OLE color: 9457688.
HSL color Cylindrical-coordinate representation of color #185090: hue angle of 212º 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 #185090 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 80 | 144 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.44 |
| HSL | 212º | 0.71% | 0.33% | - |
| HSV(B) | 212º | 0.83% | 0.56% | - |
| XYZ | 8.28 | 7.95 | 27.48 | - |
| YUV | 70.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 144 | 0.83 | 0.44 | 0 | 0.44 | 212 | 0.71 | 0.33 |
| Hex | 18 | 50 | 90 | 53 | 2C | 0 | 2C | D4 | 47 | 21 |
| Octal | 30 | 120 | 220 | 123 | 54 | 0 | 54 | 324 | 107 | 41 |
| Binary | 11000 | 1010000 | 10010000 | 1010011 | 101100 | 0 | 101100 | 11010100 | 1000111 | 100001 |
Color Harmonies of #185090
Complementary color
Monochromatic Colors of #185090
Black with #185090
Text Example
Text Example
White with #185090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185090; }
p { color: rgb(24,80,144); }
H1.HeaderClassName
{
color: #185090;
}
.AnyTagClassName
{
color: #185090;
}
</style>
background-color css
<style>
a { background-color: #185090; }
a { background-color: rgb(24,80,144); }
div.DivClassName
{
background-color: #185090;
}
.BgClassName
{
background-color: #185090;
}
</style>
border-color css
<style>
span { border-color: #185090; }
span { border-color: rgb(24,80,144); }
td.TdClassName
{
border-color: #185090;
}
.TagClassName
{
border-color: #185090;
}
</style>