Shades of Endeavour #185E91
Tints of Endeavour #185E91
RGB
CMYK
RGB Variations
Color information
#185E91 (or 0x185E91) is known color: Endeavour. HEX triplet: 18, 5E and 91. RGB value is (24,94,145). Sum of RGB (Red+Green+Blue) = 24+94+145=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #185E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185E91 is #E7A16E. Grayscale: #4E4E4E. Windows color (decimal): -15180143 or 9526808. OLE color: 9526808.
HSL color Cylindrical-coordinate representation of color #185E91: hue angle of 205.29º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185E91 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 94 | 145 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.43 |
| HSL | 205.29º | 0.72% | 0.33% | - |
| HSV(B) | 205.29º | 0.83% | 0.57% | - |
| XYZ | 9.49 | 10.24 | 28.27 | - |
| YUV | 78.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 145 | 0.83 | 0.35 | 0 | 0.43 | 205.29 | 0.72 | 0.33 |
| Hex | 18 | 5E | 91 | 53 | 23 | 0 | 2B | CD | 48 | 21 |
| Octal | 30 | 136 | 221 | 123 | 43 | 0 | 53 | 315 | 110 | 41 |
| Binary | 11000 | 1011110 | 10010001 | 1010011 | 100011 | 0 | 101011 | 11001101 | 1001000 | 100001 |
Color Harmonies of #185E91
Complementary color
Monochromatic Colors of #185E91
Black with #185E91
Text Example
Text Example
White with #185E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185E91; }
p { color: rgb(24,94,145); }
H1.HeaderClassName
{
color: #185E91;
}
.AnyTagClassName
{
color: #185E91;
}
</style>
background-color css
<style>
a { background-color: #185E91; }
a { background-color: rgb(24,94,145); }
div.DivClassName
{
background-color: #185E91;
}
.BgClassName
{
background-color: #185E91;
}
</style>
border-color css
<style>
span { border-color: #185E91; }
span { border-color: rgb(24,94,145); }
td.TdClassName
{
border-color: #185E91;
}
.TagClassName
{
border-color: #185E91;
}
</style>