Shades of Endeavour #184E90
Tints of Endeavour #184E90
RGB
CMYK
RGB Variations
Color information
#184E90 (or 0x184E90) is known color: Endeavour. HEX triplet: 18, 4E and 90. RGB value is (24,78,144). Sum of RGB (Red+Green+Blue) = 24+78+144=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #184E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184E90 is #E7B16F. Grayscale: #454545. Windows color (decimal): -15184240 or 9457176. OLE color: 9457176.
HSL color Cylindrical-coordinate representation of color #184E90: hue angle of 213º 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 #184E90 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 78 | 144 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.44 |
| HSL | 213º | 0.71% | 0.33% | - |
| HSV(B) | 213º | 0.83% | 0.56% | - |
| XYZ | 8.14 | 7.66 | 27.43 | - |
| YUV | 69.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 144 | 0.83 | 0.46 | 0 | 0.44 | 213 | 0.71 | 0.33 |
| Hex | 18 | 4E | 90 | 53 | 2E | 0 | 2C | D5 | 47 | 21 |
| Octal | 30 | 116 | 220 | 123 | 56 | 0 | 54 | 325 | 107 | 41 |
| Binary | 11000 | 1001110 | 10010000 | 1010011 | 101110 | 0 | 101100 | 11010101 | 1000111 | 100001 |
Color Harmonies of #184E90
Complementary color
Monochromatic Colors of #184E90
Black with #184E90
Text Example
Text Example
White with #184E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E90; }
p { color: rgb(24,78,144); }
H1.HeaderClassName
{
color: #184E90;
}
.AnyTagClassName
{
color: #184E90;
}
</style>
background-color css
<style>
a { background-color: #184E90; }
a { background-color: rgb(24,78,144); }
div.DivClassName
{
background-color: #184E90;
}
.BgClassName
{
background-color: #184E90;
}
</style>
border-color css
<style>
span { border-color: #184E90; }
span { border-color: rgb(24,78,144); }
td.TdClassName
{
border-color: #184E90;
}
.TagClassName
{
border-color: #184E90;
}
</style>