Shades of Endeavour #185B93
Tints of Endeavour #185B93
RGB
CMYK
RGB Variations
Color information
#185B93 (or 0x185B93) is known color: Endeavour. HEX triplet: 18, 5B and 93. RGB value is (24,91,147). Sum of RGB (Red+Green+Blue) = 24+91+147=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #185B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B93 is #E7A46C. Grayscale: #4D4D4D. Windows color (decimal): -15180909 or 9657112. OLE color: 9657112.
HSL color Cylindrical-coordinate representation of color #185B93: hue angle of 207.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185B93 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 91 | 147 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.42 |
| HSL | 207.32º | 0.72% | 0.34% | - |
| HSV(B) | 207.32º | 0.84% | 0.58% | - |
| XYZ | 9.38 | 9.78 | 29 | - |
| YUV | 77.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 147 | 0.84 | 0.38 | 0 | 0.42 | 207.32 | 0.72 | 0.34 |
| Hex | 18 | 5B | 93 | 54 | 26 | 0 | 2A | CF | 48 | 22 |
| Octal | 30 | 133 | 223 | 124 | 46 | 0 | 52 | 317 | 110 | 42 |
| Binary | 11000 | 1011011 | 10010011 | 1010100 | 100110 | 0 | 101010 | 11001111 | 1001000 | 100010 |
Color Harmonies of #185B93
Complementary color
Monochromatic Colors of #185B93
Black with #185B93
Text Example
Text Example
White with #185B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B93; }
p { color: rgb(24,91,147); }
H1.HeaderClassName
{
color: #185B93;
}
.AnyTagClassName
{
color: #185B93;
}
</style>
background-color css
<style>
a { background-color: #185B93; }
a { background-color: rgb(24,91,147); }
div.DivClassName
{
background-color: #185B93;
}
.BgClassName
{
background-color: #185B93;
}
</style>
border-color css
<style>
span { border-color: #185B93; }
span { border-color: rgb(24,91,147); }
td.TdClassName
{
border-color: #185B93;
}
.TagClassName
{
border-color: #185B93;
}
</style>