Shades of Endeavour #184E8F
Tints of Endeavour #184E8F
RGB
CMYK
RGB Variations
Color information
#184E8F (or 0x184E8F) is known color: Endeavour. HEX triplet: 18, 4E and 8F. RGB value is (24,78,143). Sum of RGB (Red+Green+Blue) = 24+78+143=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #184E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184E8F is #E7B170. Grayscale: #444444. Windows color (decimal): -15184241 or 9391640. OLE color: 9391640.
HSL color Cylindrical-coordinate representation of color #184E8F: hue angle of 212.77º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184E8F is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 78 | 143 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.44 |
| HSL | 212.77º | 0.71% | 0.33% | - |
| HSV(B) | 212.77º | 0.83% | 0.56% | - |
| XYZ | 8.06 | 7.63 | 27.03 | - |
| YUV | 69.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 143 | 0.83 | 0.45 | 0 | 0.44 | 212.77 | 0.71 | 0.33 |
| Hex | 18 | 4E | 8F | 53 | 2D | 0 | 2C | D5 | 47 | 21 |
| Octal | 30 | 116 | 217 | 123 | 55 | 0 | 54 | 325 | 107 | 41 |
| Binary | 11000 | 1001110 | 10001111 | 1010011 | 101101 | 0 | 101100 | 11010101 | 1000111 | 100001 |
Color Harmonies of #184E8F
Complementary color
Monochromatic Colors of #184E8F
Black with #184E8F
Text Example
Text Example
White with #184E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E8F; }
p { color: rgb(24,78,143); }
H1.HeaderClassName
{
color: #184E8F;
}
.AnyTagClassName
{
color: #184E8F;
}
</style>
background-color css
<style>
a { background-color: #184E8F; }
a { background-color: rgb(24,78,143); }
div.DivClassName
{
background-color: #184E8F;
}
.BgClassName
{
background-color: #184E8F;
}
</style>
border-color css
<style>
span { border-color: #184E8F; }
span { border-color: rgb(24,78,143); }
td.TdClassName
{
border-color: #184E8F;
}
.TagClassName
{
border-color: #184E8F;
}
</style>