Shades of Endeavour #184D8D
Tints of Endeavour #184D8D
RGB
CMYK
RGB Variations
Color information
#184D8D (or 0x184D8D) is known color: Endeavour. HEX triplet: 18, 4D and 8D. RGB value is (24,77,141). Sum of RGB (Red+Green+Blue) = 24+77+141=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #184D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184D8D is #E7B272. Grayscale: #444444. Windows color (decimal): -15184499 or 9260312. OLE color: 9260312.
HSL color Cylindrical-coordinate representation of color #184D8D: hue angle of 212.82º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184D8D is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 77 | 141 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.45 |
| HSL | 212.82º | 0.71% | 0.32% | - |
| HSV(B) | 212.82º | 0.83% | 0.55% | - |
| XYZ | 7.84 | 7.43 | 26.22 | - |
| YUV | 68.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 141 | 0.83 | 0.45 | 0 | 0.45 | 212.82 | 0.71 | 0.32 |
| Hex | 18 | 4D | 8D | 53 | 2D | 0 | 2D | D5 | 47 | 20 |
| Octal | 30 | 115 | 215 | 123 | 55 | 0 | 55 | 325 | 107 | 40 |
| Binary | 11000 | 1001101 | 10001101 | 1010011 | 101101 | 0 | 101101 | 11010101 | 1000111 | 100000 |
Color Harmonies of #184D8D
Complementary color
Monochromatic Colors of #184D8D
Black with #184D8D
Text Example
Text Example
White with #184D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184D8D; }
p { color: rgb(24,77,141); }
H1.HeaderClassName
{
color: #184D8D;
}
.AnyTagClassName
{
color: #184D8D;
}
</style>
background-color css
<style>
a { background-color: #184D8D; }
a { background-color: rgb(24,77,141); }
div.DivClassName
{
background-color: #184D8D;
}
.BgClassName
{
background-color: #184D8D;
}
</style>
border-color css
<style>
span { border-color: #184D8D; }
span { border-color: rgb(24,77,141); }
td.TdClassName
{
border-color: #184D8D;
}
.TagClassName
{
border-color: #184D8D;
}
</style>