Shades of Endeavour #184D89
Tints of Endeavour #184D89
RGB
CMYK
RGB Variations
Color information
#184D89 (or 0x184D89) is known color: Endeavour. HEX triplet: 18, 4D and 89. RGB value is (24,77,137). Sum of RGB (Red+Green+Blue) = 24+77+137=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #184D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184D89 is #E7B276. Grayscale: #434343. Windows color (decimal): -15184503 or 8998168. OLE color: 8998168.
HSL color Cylindrical-coordinate representation of color #184D89: hue angle of 211.86º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184D89 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 77 | 137 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.46 |
| HSL | 211.86º | 0.7% | 0.32% | - |
| HSV(B) | 211.86º | 0.82% | 0.54% | - |
| XYZ | 7.55 | 7.31 | 24.68 | - |
| YUV | 67.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 137 | 0.82 | 0.44 | 0 | 0.46 | 211.86 | 0.7 | 0.32 |
| Hex | 18 | 4D | 89 | 52 | 2C | 0 | 2E | D4 | 46 | 20 |
| Octal | 30 | 115 | 211 | 122 | 54 | 0 | 56 | 324 | 106 | 40 |
| Binary | 11000 | 1001101 | 10001001 | 1010010 | 101100 | 0 | 101110 | 11010100 | 1000110 | 100000 |
Color Harmonies of #184D89
Complementary color
Monochromatic Colors of #184D89
Black with #184D89
Text Example
Text Example
White with #184D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D89; }
p { color: rgb(24,77,137); }
H1.HeaderClassName
{
color: #184D89;
}
.AnyTagClassName
{
color: #184D89;
}
</style>
background-color css
<style>
a { background-color: #184D89; }
a { background-color: rgb(24,77,137); }
div.DivClassName
{
background-color: #184D89;
}
.BgClassName
{
background-color: #184D89;
}
</style>
border-color css
<style>
span { border-color: #184D89; }
span { border-color: rgb(24,77,137); }
td.TdClassName
{
border-color: #184D89;
}
.TagClassName
{
border-color: #184D89;
}
</style>