Shades of Endeavour #185C91
Tints of Endeavour #185C91
RGB
CMYK
RGB Variations
Color information
#185C91 (or 0x185C91) is known color: Endeavour. HEX triplet: 18, 5C and 91. RGB value is (24,92,145). Sum of RGB (Red+Green+Blue) = 24+92+145=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #185C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C91 is #E7A36E. Grayscale: #4D4D4D. Windows color (decimal): -15180655 or 9526296. OLE color: 9526296.
HSL color Cylindrical-coordinate representation of color #185C91: hue angle of 206.28º 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 #185C91 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 92 | 145 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.43 |
| HSL | 206.28º | 0.72% | 0.33% | - |
| HSV(B) | 206.28º | 0.83% | 0.57% | - |
| XYZ | 9.31 | 9.89 | 28.21 | - |
| YUV | 77.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 145 | 0.83 | 0.37 | 0 | 0.43 | 206.28 | 0.72 | 0.33 |
| Hex | 18 | 5C | 91 | 53 | 25 | 0 | 2B | CE | 48 | 21 |
| Octal | 30 | 134 | 221 | 123 | 45 | 0 | 53 | 316 | 110 | 41 |
| Binary | 11000 | 1011100 | 10010001 | 1010011 | 100101 | 0 | 101011 | 11001110 | 1001000 | 100001 |
Color Harmonies of #185C91
Complementary color
Monochromatic Colors of #185C91
Black with #185C91
Text Example
Text Example
White with #185C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C91; }
p { color: rgb(24,92,145); }
H1.HeaderClassName
{
color: #185C91;
}
.AnyTagClassName
{
color: #185C91;
}
</style>
background-color css
<style>
a { background-color: #185C91; }
a { background-color: rgb(24,92,145); }
div.DivClassName
{
background-color: #185C91;
}
.BgClassName
{
background-color: #185C91;
}
</style>
border-color css
<style>
span { border-color: #185C91; }
span { border-color: rgb(24,92,145); }
td.TdClassName
{
border-color: #185C91;
}
.TagClassName
{
border-color: #185C91;
}
</style>