Shades of Endeavour #185C9F
Tints of Endeavour #185C9F
RGB
CMYK
RGB Variations
Color information
#185C9F (or 0x185C9F) is known color: Endeavour. HEX triplet: 18, 5C and 9F. RGB value is (24,92,159). Sum of RGB (Red+Green+Blue) = 24+92+159=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #185C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C9F is #E7A360. Grayscale: #4E4E4E. Windows color (decimal): -15180641 or 10443800. OLE color: 10443800.
HSL color Cylindrical-coordinate representation of color #185C9F: hue angle of 209.78º 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 #185C9F is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 92 | 159 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.38 |
| HSL | 209.78º | 0.74% | 0.36% | - |
| HSV(B) | 209.78º | 0.85% | 0.62% | - |
| XYZ | 10.46 | 10.35 | 34.25 | - |
| YUV | 79.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 159 | 0.85 | 0.42 | 0 | 0.38 | 209.78 | 0.74 | 0.36 |
| Hex | 18 | 5C | 9F | 55 | 2A | 0 | 26 | D2 | 4A | 24 |
| Octal | 30 | 134 | 237 | 125 | 52 | 0 | 46 | 322 | 112 | 44 |
| Binary | 11000 | 1011100 | 10011111 | 1010101 | 101010 | 0 | 100110 | 11010010 | 1001010 | 100100 |
Color Harmonies of #185C9F
Complementary color
Monochromatic Colors of #185C9F
Black with #185C9F
Text Example
Text Example
White with #185C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C9F; }
p { color: rgb(24,92,159); }
H1.HeaderClassName
{
color: #185C9F;
}
.AnyTagClassName
{
color: #185C9F;
}
</style>
background-color css
<style>
a { background-color: #185C9F; }
a { background-color: rgb(24,92,159); }
div.DivClassName
{
background-color: #185C9F;
}
.BgClassName
{
background-color: #185C9F;
}
</style>
border-color css
<style>
span { border-color: #185C9F; }
span { border-color: rgb(24,92,159); }
td.TdClassName
{
border-color: #185C9F;
}
.TagClassName
{
border-color: #185C9F;
}
</style>