Shades of Endeavour #185D9F
Tints of Endeavour #185D9F
RGB
CMYK
RGB Variations
Color information
#185D9F (or 0x185D9F) is known color: Endeavour. HEX triplet: 18, 5D and 9F. RGB value is (24,93,159). Sum of RGB (Red+Green+Blue) = 24+93+159=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #185D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D9F is #E7A260. Grayscale: #4F4F4F. Windows color (decimal): -15180385 or 10444056. OLE color: 10444056.
HSL color Cylindrical-coordinate representation of color #185D9F: hue angle of 209.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185D9F is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 93 | 159 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.38 |
| HSL | 209.33º | 0.74% | 0.36% | - |
| HSV(B) | 209.33º | 0.85% | 0.62% | - |
| XYZ | 10.55 | 10.53 | 34.28 | - |
| YUV | 79.89 | 172.64 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 159 | 0.85 | 0.42 | 0 | 0.38 | 209.33 | 0.74 | 0.36 |
| Hex | 18 | 5D | 9F | 55 | 2A | 0 | 26 | D1 | 4A | 24 |
| Octal | 30 | 135 | 237 | 125 | 52 | 0 | 46 | 321 | 112 | 44 |
| Binary | 11000 | 1011101 | 10011111 | 1010101 | 101010 | 0 | 100110 | 11010001 | 1001010 | 100100 |
Color Harmonies of #185D9F
Complementary color
Monochromatic Colors of #185D9F
Black with #185D9F
Text Example
Text Example
White with #185D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D9F; }
p { color: rgb(24,93,159); }
H1.HeaderClassName
{
color: #185D9F;
}
.AnyTagClassName
{
color: #185D9F;
}
</style>
background-color css
<style>
a { background-color: #185D9F; }
a { background-color: rgb(24,93,159); }
div.DivClassName
{
background-color: #185D9F;
}
.BgClassName
{
background-color: #185D9F;
}
</style>
border-color css
<style>
span { border-color: #185D9F; }
span { border-color: rgb(24,93,159); }
td.TdClassName
{
border-color: #185D9F;
}
.TagClassName
{
border-color: #185D9F;
}
</style>