Shades of Endeavour #184F98
Tints of Endeavour #184F98
RGB
CMYK
RGB Variations
Color information
#184F98 (or 0x184F98) is known color: Endeavour. HEX triplet: 18, 4F and 98. RGB value is (24,79,152). Sum of RGB (Red+Green+Blue) = 24+79+152=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #184F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F98 is #E7B067. Grayscale: #464646. Windows color (decimal): -15183976 or 9981720. OLE color: 9981720.
HSL color Cylindrical-coordinate representation of color #184F98: hue angle of 214.22º 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 #184F98 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 79 | 152 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.40 |
| HSL | 214.22º | 0.73% | 0.35% | - |
| HSV(B) | 214.22º | 0.84% | 0.6% | - |
| XYZ | 8.84 | 8.05 | 30.79 | - |
| YUV | 70.88 | 173.78 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 152 | 0.84 | 0.48 | 0 | 0.40 | 214.22 | 0.73 | 0.35 |
| Hex | 18 | 4F | 98 | 54 | 30 | 0 | 28 | D6 | 49 | 23 |
| Octal | 30 | 117 | 230 | 124 | 60 | 0 | 50 | 326 | 111 | 43 |
| Binary | 11000 | 1001111 | 10011000 | 1010100 | 110000 | 0 | 101000 | 11010110 | 1001001 | 100011 |
Color Harmonies of #184F98
Complementary color
Monochromatic Colors of #184F98
Black with #184F98
Text Example
Text Example
White with #184F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F98; }
p { color: rgb(24,79,152); }
H1.HeaderClassName
{
color: #184F98;
}
.AnyTagClassName
{
color: #184F98;
}
</style>
background-color css
<style>
a { background-color: #184F98; }
a { background-color: rgb(24,79,152); }
div.DivClassName
{
background-color: #184F98;
}
.BgClassName
{
background-color: #184F98;
}
</style>
border-color css
<style>
span { border-color: #184F98; }
span { border-color: rgb(24,79,152); }
td.TdClassName
{
border-color: #184F98;
}
.TagClassName
{
border-color: #184F98;
}
</style>