Shades of Endeavour #185396
Tints of Endeavour #185396
RGB
CMYK
RGB Variations
Color information
#185396 (or 0x185396) is known color: Endeavour. HEX triplet: 18, 53 and 96. RGB value is (24,83,150). Sum of RGB (Red+Green+Blue) = 24+83+150=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #185396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185396 is #E7AC69. Grayscale: #484848. Windows color (decimal): -15182954 or 9851672. OLE color: 9851672.
HSL color Cylindrical-coordinate representation of color #185396: hue angle of 211.9º 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 #185396 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 83 | 150 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.41 |
| HSL | 211.9º | 0.72% | 0.34% | - |
| HSV(B) | 211.9º | 0.84% | 0.59% | - |
| XYZ | 8.97 | 8.58 | 30.04 | - |
| YUV | 73 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 150 | 0.84 | 0.45 | 0 | 0.41 | 211.9 | 0.72 | 0.34 |
| Hex | 18 | 53 | 96 | 54 | 2D | 0 | 29 | D4 | 48 | 22 |
| Octal | 30 | 123 | 226 | 124 | 55 | 0 | 51 | 324 | 110 | 42 |
| Binary | 11000 | 1010011 | 10010110 | 1010100 | 101101 | 0 | 101001 | 11010100 | 1001000 | 100010 |
Color Harmonies of #185396
Complementary color
Monochromatic Colors of #185396
Black with #185396
Text Example
Text Example
White with #185396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185396; }
p { color: rgb(24,83,150); }
H1.HeaderClassName
{
color: #185396;
}
.AnyTagClassName
{
color: #185396;
}
</style>
background-color css
<style>
a { background-color: #185396; }
a { background-color: rgb(24,83,150); }
div.DivClassName
{
background-color: #185396;
}
.BgClassName
{
background-color: #185396;
}
</style>
border-color css
<style>
span { border-color: #185396; }
span { border-color: rgb(24,83,150); }
td.TdClassName
{
border-color: #185396;
}
.TagClassName
{
border-color: #185396;
}
</style>