Shades of Endeavour #184F99
Tints of Endeavour #184F99
RGB
CMYK
RGB Variations
Color information
#184F99 (or 0x184F99) is known color: Endeavour. HEX triplet: 18, 4F and 99. RGB value is (24,79,153). Sum of RGB (Red+Green+Blue) = 24+79+153=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #184F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F99 is #E7B066. Grayscale: #464646. Windows color (decimal): -15183975 or 10047256. OLE color: 10047256.
HSL color Cylindrical-coordinate representation of color #184F99: hue angle of 214.42º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184F99 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 79 | 153 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.4 |
| HSL | 214.42º | 0.73% | 0.35% | - |
| HSV(B) | 214.42º | 0.84% | 0.6% | - |
| XYZ | 8.92 | 8.09 | 31.23 | - |
| YUV | 70.99 | 174.28 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 153 | 0.84 | 0.48 | 0 | 0.4 | 214.42 | 0.73 | 0.35 |
| Hex | 18 | 4F | 99 | 54 | 30 | 0 | 28 | D6 | 49 | 23 |
| Octal | 30 | 117 | 231 | 124 | 60 | 0 | 50 | 326 | 111 | 43 |
| Binary | 11000 | 1001111 | 10011001 | 1010100 | 110000 | 0 | 101000 | 11010110 | 1001001 | 100011 |
Color Harmonies of #184F99
Complementary color
Monochromatic Colors of #184F99
Black with #184F99
Text Example
Text Example
White with #184F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F99; }
p { color: rgb(24,79,153); }
H1.HeaderClassName
{
color: #184F99;
}
.AnyTagClassName
{
color: #184F99;
}
</style>
background-color css
<style>
a { background-color: #184F99; }
a { background-color: rgb(24,79,153); }
div.DivClassName
{
background-color: #184F99;
}
.BgClassName
{
background-color: #184F99;
}
</style>
border-color css
<style>
span { border-color: #184F99; }
span { border-color: rgb(24,79,153); }
td.TdClassName
{
border-color: #184F99;
}
.TagClassName
{
border-color: #184F99;
}
</style>