Shades of Endeavour #184F96
Tints of Endeavour #184F96
RGB
CMYK
RGB Variations
Color information
#184F96 (or 0x184F96) is known color: Endeavour. HEX triplet: 18, 4F and 96. RGB value is (24,79,150). Sum of RGB (Red+Green+Blue) = 24+79+150=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #184F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F96 is #E7B069. Grayscale: #464646. Windows color (decimal): -15183978 or 9850648. OLE color: 9850648.
HSL color Cylindrical-coordinate representation of color #184F96: hue angle of 213.81º degrees, saturation: 0.72, 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 #184F96 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 79 | 150 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.41 |
| HSL | 213.81º | 0.72% | 0.34% | - |
| HSV(B) | 213.81º | 0.84% | 0.59% | - |
| XYZ | 8.68 | 7.99 | 29.94 | - |
| YUV | 70.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 150 | 0.84 | 0.47 | 0 | 0.41 | 213.81 | 0.72 | 0.34 |
| Hex | 18 | 4F | 96 | 54 | 2F | 0 | 29 | D6 | 48 | 22 |
| Octal | 30 | 117 | 226 | 124 | 57 | 0 | 51 | 326 | 110 | 42 |
| Binary | 11000 | 1001111 | 10010110 | 1010100 | 101111 | 0 | 101001 | 11010110 | 1001000 | 100010 |
Color Harmonies of #184F96
Complementary color
Monochromatic Colors of #184F96
Black with #184F96
Text Example
Text Example
White with #184F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F96; }
p { color: rgb(24,79,150); }
H1.HeaderClassName
{
color: #184F96;
}
.AnyTagClassName
{
color: #184F96;
}
</style>
background-color css
<style>
a { background-color: #184F96; }
a { background-color: rgb(24,79,150); }
div.DivClassName
{
background-color: #184F96;
}
.BgClassName
{
background-color: #184F96;
}
</style>
border-color css
<style>
span { border-color: #184F96; }
span { border-color: rgb(24,79,150); }
td.TdClassName
{
border-color: #184F96;
}
.TagClassName
{
border-color: #184F96;
}
</style>