Shades of Endeavour #185B92
Tints of Endeavour #185B92
RGB
CMYK
RGB Variations
Color information
#185B92 (or 0x185B92) is known color: Endeavour. HEX triplet: 18, 5B and 92. RGB value is (24,91,146). Sum of RGB (Red+Green+Blue) = 24+91+146=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #185B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B92 is #E7A46D. Grayscale: #4C4C4C. Windows color (decimal): -15180910 or 9591576. OLE color: 9591576.
HSL color Cylindrical-coordinate representation of color #185B92: hue angle of 207.05º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185B92 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 91 | 146 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.43 |
| HSL | 207.05º | 0.72% | 0.33% | - |
| HSV(B) | 207.05º | 0.84% | 0.57% | - |
| XYZ | 9.31 | 9.75 | 28.59 | - |
| YUV | 77.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 146 | 0.84 | 0.38 | 0 | 0.43 | 207.05 | 0.72 | 0.33 |
| Hex | 18 | 5B | 92 | 54 | 26 | 0 | 2B | CF | 48 | 21 |
| Octal | 30 | 133 | 222 | 124 | 46 | 0 | 53 | 317 | 110 | 41 |
| Binary | 11000 | 1011011 | 10010010 | 1010100 | 100110 | 0 | 101011 | 11001111 | 1001000 | 100001 |
Color Harmonies of #185B92
Complementary color
Monochromatic Colors of #185B92
Black with #185B92
Text Example
Text Example
White with #185B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B92; }
p { color: rgb(24,91,146); }
H1.HeaderClassName
{
color: #185B92;
}
.AnyTagClassName
{
color: #185B92;
}
</style>
background-color css
<style>
a { background-color: #185B92; }
a { background-color: rgb(24,91,146); }
div.DivClassName
{
background-color: #185B92;
}
.BgClassName
{
background-color: #185B92;
}
</style>
border-color css
<style>
span { border-color: #185B92; }
span { border-color: rgb(24,91,146); }
td.TdClassName
{
border-color: #185B92;
}
.TagClassName
{
border-color: #185B92;
}
</style>