Shades of Endeavour #185B91
Tints of Endeavour #185B91
RGB
CMYK
RGB Variations
Color information
#185B91 (or 0x185B91) is known color: Endeavour. HEX triplet: 18, 5B and 91. RGB value is (24,91,145). Sum of RGB (Red+Green+Blue) = 24+91+145=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #185B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B91 is #E7A46E. Grayscale: #4C4C4C. Windows color (decimal): -15180911 or 9526040. OLE color: 9526040.
HSL color Cylindrical-coordinate representation of color #185B91: hue angle of 206.78º 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 #185B91 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 91 | 145 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.43 |
| HSL | 206.78º | 0.72% | 0.33% | - |
| HSV(B) | 206.78º | 0.83% | 0.57% | - |
| XYZ | 9.23 | 9.72 | 28.18 | - |
| YUV | 77.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 145 | 0.83 | 0.37 | 0 | 0.43 | 206.78 | 0.72 | 0.33 |
| Hex | 18 | 5B | 91 | 53 | 25 | 0 | 2B | CF | 48 | 21 |
| Octal | 30 | 133 | 221 | 123 | 45 | 0 | 53 | 317 | 110 | 41 |
| Binary | 11000 | 1011011 | 10010001 | 1010011 | 100101 | 0 | 101011 | 11001111 | 1001000 | 100001 |
Color Harmonies of #185B91
Complementary color
Monochromatic Colors of #185B91
Black with #185B91
Text Example
Text Example
White with #185B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B91; }
p { color: rgb(24,91,145); }
H1.HeaderClassName
{
color: #185B91;
}
.AnyTagClassName
{
color: #185B91;
}
</style>
background-color css
<style>
a { background-color: #185B91; }
a { background-color: rgb(24,91,145); }
div.DivClassName
{
background-color: #185B91;
}
.BgClassName
{
background-color: #185B91;
}
</style>
border-color css
<style>
span { border-color: #185B91; }
span { border-color: rgb(24,91,145); }
td.TdClassName
{
border-color: #185B91;
}
.TagClassName
{
border-color: #185B91;
}
</style>