Shades of Endeavour #185C9B
Tints of Endeavour #185C9B
RGB
CMYK
RGB Variations
Color information
#185C9B (or 0x185C9B) is known color: Endeavour. HEX triplet: 18, 5C and 9B. RGB value is (24,92,155). Sum of RGB (Red+Green+Blue) = 24+92+155=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #185C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C9B is #E7A364. Grayscale: #4E4E4E. Windows color (decimal): -15180645 or 10181656. OLE color: 10181656.
HSL color Cylindrical-coordinate representation of color #185C9B: hue angle of 208.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185C9B is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 92 | 155 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.39 |
| HSL | 208.86º | 0.73% | 0.35% | - |
| HSV(B) | 208.86º | 0.85% | 0.61% | - |
| XYZ | 10.12 | 10.22 | 32.45 | - |
| YUV | 78.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 155 | 0.85 | 0.41 | 0 | 0.39 | 208.86 | 0.73 | 0.35 |
| Hex | 18 | 5C | 9B | 55 | 29 | 0 | 27 | D1 | 49 | 23 |
| Octal | 30 | 134 | 233 | 125 | 51 | 0 | 47 | 321 | 111 | 43 |
| Binary | 11000 | 1011100 | 10011011 | 1010101 | 101001 | 0 | 100111 | 11010001 | 1001001 | 100011 |
Color Harmonies of #185C9B
Complementary color
Monochromatic Colors of #185C9B
Black with #185C9B
Text Example
Text Example
White with #185C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C9B; }
p { color: rgb(24,92,155); }
H1.HeaderClassName
{
color: #185C9B;
}
.AnyTagClassName
{
color: #185C9B;
}
</style>
background-color css
<style>
a { background-color: #185C9B; }
a { background-color: rgb(24,92,155); }
div.DivClassName
{
background-color: #185C9B;
}
.BgClassName
{
background-color: #185C9B;
}
</style>
border-color css
<style>
span { border-color: #185C9B; }
span { border-color: rgb(24,92,155); }
td.TdClassName
{
border-color: #185C9B;
}
.TagClassName
{
border-color: #185C9B;
}
</style>