Shades of Endeavour #185A90
Tints of Endeavour #185A90
RGB
CMYK
RGB Variations
Color information
#185A90 (or 0x185A90) is known color: Endeavour. HEX triplet: 18, 5A and 90. RGB value is (24,90,144). Sum of RGB (Red+Green+Blue) = 24+90+144=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #185A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A90 is #E7A56F. Grayscale: #4C4C4C. Windows color (decimal): -15181168 or 9460248. OLE color: 9460248.
HSL color Cylindrical-coordinate representation of color #185A90: hue angle of 207º 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 #185A90 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 90 | 144 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.44 |
| HSL | 207º | 0.71% | 0.33% | - |
| HSV(B) | 207º | 0.83% | 0.56% | - |
| XYZ | 9.07 | 9.52 | 27.75 | - |
| YUV | 76.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 144 | 0.83 | 0.37 | 0 | 0.44 | 207 | 0.71 | 0.33 |
| Hex | 18 | 5A | 90 | 53 | 25 | 0 | 2C | CF | 47 | 21 |
| Octal | 30 | 132 | 220 | 123 | 45 | 0 | 54 | 317 | 107 | 41 |
| Binary | 11000 | 1011010 | 10010000 | 1010011 | 100101 | 0 | 101100 | 11001111 | 1000111 | 100001 |
Color Harmonies of #185A90
Complementary color
Monochromatic Colors of #185A90
Black with #185A90
Text Example
Text Example
White with #185A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A90; }
p { color: rgb(24,90,144); }
H1.HeaderClassName
{
color: #185A90;
}
.AnyTagClassName
{
color: #185A90;
}
</style>
background-color css
<style>
a { background-color: #185A90; }
a { background-color: rgb(24,90,144); }
div.DivClassName
{
background-color: #185A90;
}
.BgClassName
{
background-color: #185A90;
}
</style>
border-color css
<style>
span { border-color: #185A90; }
span { border-color: rgb(24,90,144); }
td.TdClassName
{
border-color: #185A90;
}
.TagClassName
{
border-color: #185A90;
}
</style>