Shades of Endeavour #184B90
Tints of Endeavour #184B90
RGB
CMYK
RGB Variations
Color information
#184B90 (or 0x184B90) is known color: Endeavour. HEX triplet: 18, 4B and 90. RGB value is (24,75,144). Sum of RGB (Red+Green+Blue) = 24+75+144=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #184B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184B90 is #E7B46F. Grayscale: #434343. Windows color (decimal): -15185008 or 9456408. OLE color: 9456408.
HSL color Cylindrical-coordinate representation of color #184B90: hue angle of 214.5º 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 #184B90 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 75 | 144 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.44 |
| HSL | 214.5º | 0.71% | 0.33% | - |
| HSV(B) | 214.5º | 0.83% | 0.56% | - |
| XYZ | 7.93 | 7.24 | 27.37 | - |
| YUV | 67.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 144 | 0.83 | 0.48 | 0 | 0.44 | 214.5 | 0.71 | 0.33 |
| Hex | 18 | 4B | 90 | 53 | 30 | 0 | 2C | D6 | 47 | 21 |
| Octal | 30 | 113 | 220 | 123 | 60 | 0 | 54 | 326 | 107 | 41 |
| Binary | 11000 | 1001011 | 10010000 | 1010011 | 110000 | 0 | 101100 | 11010110 | 1000111 | 100001 |
Color Harmonies of #184B90
Complementary color
Monochromatic Colors of #184B90
Black with #184B90
Text Example
Text Example
White with #184B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B90; }
p { color: rgb(24,75,144); }
H1.HeaderClassName
{
color: #184B90;
}
.AnyTagClassName
{
color: #184B90;
}
</style>
background-color css
<style>
a { background-color: #184B90; }
a { background-color: rgb(24,75,144); }
div.DivClassName
{
background-color: #184B90;
}
.BgClassName
{
background-color: #184B90;
}
</style>
border-color css
<style>
span { border-color: #184B90; }
span { border-color: rgb(24,75,144); }
td.TdClassName
{
border-color: #184B90;
}
.TagClassName
{
border-color: #184B90;
}
</style>