Shades of Endeavour #185C92
Tints of Endeavour #185C92
RGB
CMYK
RGB Variations
Color information
#185C92 (or 0x185C92) is known color: Endeavour. HEX triplet: 18, 5C and 92. RGB value is (24,92,146). Sum of RGB (Red+Green+Blue) = 24+92+146=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #185C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C92 is #E7A36D. Grayscale: #4D4D4D. Windows color (decimal): -15180654 or 9591832. OLE color: 9591832.
HSL color Cylindrical-coordinate representation of color #185C92: hue angle of 206.56º 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 #185C92 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 92 | 146 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.43 |
| HSL | 206.56º | 0.72% | 0.33% | - |
| HSV(B) | 206.56º | 0.84% | 0.57% | - |
| XYZ | 9.39 | 9.92 | 28.61 | - |
| YUV | 77.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 146 | 0.84 | 0.37 | 0 | 0.43 | 206.56 | 0.72 | 0.33 |
| Hex | 18 | 5C | 92 | 54 | 25 | 0 | 2B | CF | 48 | 21 |
| Octal | 30 | 134 | 222 | 124 | 45 | 0 | 53 | 317 | 110 | 41 |
| Binary | 11000 | 1011100 | 10010010 | 1010100 | 100101 | 0 | 101011 | 11001111 | 1001000 | 100001 |
Color Harmonies of #185C92
Complementary color
Monochromatic Colors of #185C92
Black with #185C92
Text Example
Text Example
White with #185C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C92; }
p { color: rgb(24,92,146); }
H1.HeaderClassName
{
color: #185C92;
}
.AnyTagClassName
{
color: #185C92;
}
</style>
background-color css
<style>
a { background-color: #185C92; }
a { background-color: rgb(24,92,146); }
div.DivClassName
{
background-color: #185C92;
}
.BgClassName
{
background-color: #185C92;
}
</style>
border-color css
<style>
span { border-color: #185C92; }
span { border-color: rgb(24,92,146); }
td.TdClassName
{
border-color: #185C92;
}
.TagClassName
{
border-color: #185C92;
}
</style>