Shades of Endeavour #184A8F
Tints of Endeavour #184A8F
RGB
CMYK
RGB Variations
Color information
#184A8F (or 0x184A8F) is known color: Endeavour. HEX triplet: 18, 4A and 8F. RGB value is (24,74,143). Sum of RGB (Red+Green+Blue) = 24+74+143=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #184A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184A8F is #E7B570. Grayscale: #424242. Windows color (decimal): -15185265 or 9390616. OLE color: 9390616.
HSL color Cylindrical-coordinate representation of color #184A8F: hue angle of 214.79º 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 #184A8F is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 74 | 143 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.44 |
| HSL | 214.79º | 0.71% | 0.33% | - |
| HSV(B) | 214.79º | 0.83% | 0.56% | - |
| XYZ | 7.78 | 7.07 | 26.94 | - |
| YUV | 66.92 | 170.94 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 143 | 0.83 | 0.48 | 0 | 0.44 | 214.79 | 0.71 | 0.33 |
| Hex | 18 | 4A | 8F | 53 | 30 | 0 | 2C | D7 | 47 | 21 |
| Octal | 30 | 112 | 217 | 123 | 60 | 0 | 54 | 327 | 107 | 41 |
| Binary | 11000 | 1001010 | 10001111 | 1010011 | 110000 | 0 | 101100 | 11010111 | 1000111 | 100001 |
Color Harmonies of #184A8F
Complementary color
Monochromatic Colors of #184A8F
Black with #184A8F
Text Example
Text Example
White with #184A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A8F; }
p { color: rgb(24,74,143); }
H1.HeaderClassName
{
color: #184A8F;
}
.AnyTagClassName
{
color: #184A8F;
}
</style>
background-color css
<style>
a { background-color: #184A8F; }
a { background-color: rgb(24,74,143); }
div.DivClassName
{
background-color: #184A8F;
}
.BgClassName
{
background-color: #184A8F;
}
</style>
border-color css
<style>
span { border-color: #184A8F; }
span { border-color: rgb(24,74,143); }
td.TdClassName
{
border-color: #184A8F;
}
.TagClassName
{
border-color: #184A8F;
}
</style>