Shades of Endeavour #185397
Tints of Endeavour #185397
RGB
CMYK
RGB Variations
Color information
#185397 (or 0x185397) is known color: Endeavour. HEX triplet: 18, 53 and 97. RGB value is (24,83,151). Sum of RGB (Red+Green+Blue) = 24+83+151=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #185397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185397 is #E7AC68. Grayscale: #484848. Windows color (decimal): -15182953 or 9917208. OLE color: 9917208.
HSL color Cylindrical-coordinate representation of color #185397: hue angle of 212.13º degrees, saturation: 0.73, 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 #185397 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 83 | 151 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.41 |
| HSL | 212.13º | 0.73% | 0.34% | - |
| HSV(B) | 212.13º | 0.84% | 0.59% | - |
| XYZ | 9.06 | 8.62 | 30.46 | - |
| YUV | 73.11 | 171.95 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 151 | 0.84 | 0.45 | 0 | 0.41 | 212.13 | 0.73 | 0.34 |
| Hex | 18 | 53 | 97 | 54 | 2D | 0 | 29 | D4 | 49 | 22 |
| Octal | 30 | 123 | 227 | 124 | 55 | 0 | 51 | 324 | 111 | 42 |
| Binary | 11000 | 1010011 | 10010111 | 1010100 | 101101 | 0 | 101001 | 11010100 | 1001001 | 100010 |
Color Harmonies of #185397
Complementary color
Monochromatic Colors of #185397
Black with #185397
Text Example
Text Example
White with #185397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185397; }
p { color: rgb(24,83,151); }
H1.HeaderClassName
{
color: #185397;
}
.AnyTagClassName
{
color: #185397;
}
</style>
background-color css
<style>
a { background-color: #185397; }
a { background-color: rgb(24,83,151); }
div.DivClassName
{
background-color: #185397;
}
.BgClassName
{
background-color: #185397;
}
</style>
border-color css
<style>
span { border-color: #185397; }
span { border-color: rgb(24,83,151); }
td.TdClassName
{
border-color: #185397;
}
.TagClassName
{
border-color: #185397;
}
</style>