Shades of Endeavour #185596
Tints of Endeavour #185596
RGB
CMYK
RGB Variations
Color information
#185596 (or 0x185596) is known color: Endeavour. HEX triplet: 18, 55 and 96. RGB value is (24,85,150). Sum of RGB (Red+Green+Blue) = 24+85+150=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #185596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185596 is #E7AA69. Grayscale: #494949. Windows color (decimal): -15182442 or 9852184. OLE color: 9852184.
HSL color Cylindrical-coordinate representation of color #185596: hue angle of 210.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185596 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 85 | 150 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.41 |
| HSL | 210.95º | 0.72% | 0.34% | - |
| HSV(B) | 210.95º | 0.84% | 0.59% | - |
| XYZ | 9.13 | 8.89 | 30.09 | - |
| YUV | 74.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 150 | 0.84 | 0.43 | 0 | 0.41 | 210.95 | 0.72 | 0.34 |
| Hex | 18 | 55 | 96 | 54 | 2B | 0 | 29 | D3 | 48 | 22 |
| Octal | 30 | 125 | 226 | 124 | 53 | 0 | 51 | 323 | 110 | 42 |
| Binary | 11000 | 1010101 | 10010110 | 1010100 | 101011 | 0 | 101001 | 11010011 | 1001000 | 100010 |
Color Harmonies of #185596
Complementary color
Monochromatic Colors of #185596
Black with #185596
Text Example
Text Example
White with #185596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185596; }
p { color: rgb(24,85,150); }
H1.HeaderClassName
{
color: #185596;
}
.AnyTagClassName
{
color: #185596;
}
</style>
background-color css
<style>
a { background-color: #185596; }
a { background-color: rgb(24,85,150); }
div.DivClassName
{
background-color: #185596;
}
.BgClassName
{
background-color: #185596;
}
</style>
border-color css
<style>
span { border-color: #185596; }
span { border-color: rgb(24,85,150); }
td.TdClassName
{
border-color: #185596;
}
.TagClassName
{
border-color: #185596;
}
</style>