Shades of Endeavour #185D90
Tints of Endeavour #185D90
RGB
CMYK
RGB Variations
Color information
#185D90 (or 0x185D90) is known color: Endeavour. HEX triplet: 18, 5D and 90. RGB value is (24,93,144). Sum of RGB (Red+Green+Blue) = 24+93+144=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #185D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D90 is #E7A26F. Grayscale: #4D4D4D. Windows color (decimal): -15180400 or 9461016. OLE color: 9461016.
HSL color Cylindrical-coordinate representation of color #185D90: hue angle of 205.5º 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 #185D90 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 93 | 144 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.44 |
| HSL | 205.5º | 0.71% | 0.33% | - |
| HSV(B) | 205.5º | 0.83% | 0.56% | - |
| XYZ | 9.33 | 10.04 | 27.83 | - |
| YUV | 78.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 144 | 0.83 | 0.35 | 0 | 0.44 | 205.5 | 0.71 | 0.33 |
| Hex | 18 | 5D | 90 | 53 | 23 | 0 | 2C | CE | 47 | 21 |
| Octal | 30 | 135 | 220 | 123 | 43 | 0 | 54 | 316 | 107 | 41 |
| Binary | 11000 | 1011101 | 10010000 | 1010011 | 100011 | 0 | 101100 | 11001110 | 1000111 | 100001 |
Color Harmonies of #185D90
Complementary color
Monochromatic Colors of #185D90
Black with #185D90
Text Example
Text Example
White with #185D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D90; }
p { color: rgb(24,93,144); }
H1.HeaderClassName
{
color: #185D90;
}
.AnyTagClassName
{
color: #185D90;
}
</style>
background-color css
<style>
a { background-color: #185D90; }
a { background-color: rgb(24,93,144); }
div.DivClassName
{
background-color: #185D90;
}
.BgClassName
{
background-color: #185D90;
}
</style>
border-color css
<style>
span { border-color: #185D90; }
span { border-color: rgb(24,93,144); }
td.TdClassName
{
border-color: #185D90;
}
.TagClassName
{
border-color: #185D90;
}
</style>