Shades of Endeavour #184B91
Tints of Endeavour #184B91
RGB
CMYK
RGB Variations
Color information
#184B91 (or 0x184B91) is known color: Endeavour. HEX triplet: 18, 4B and 91. RGB value is (24,75,145). Sum of RGB (Red+Green+Blue) = 24+75+145=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #184B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184B91 is #E7B46E. Grayscale: #434343. Windows color (decimal): -15185007 or 9521944. OLE color: 9521944.
HSL color Cylindrical-coordinate representation of color #184B91: hue angle of 214.71º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184B91 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 75 | 145 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.43 |
| HSL | 214.71º | 0.72% | 0.33% | - |
| HSV(B) | 214.71º | 0.83% | 0.57% | - |
| XYZ | 8 | 7.27 | 27.77 | - |
| YUV | 67.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 145 | 0.83 | 0.48 | 0 | 0.43 | 214.71 | 0.72 | 0.33 |
| Hex | 18 | 4B | 91 | 53 | 30 | 0 | 2B | D7 | 48 | 21 |
| Octal | 30 | 113 | 221 | 123 | 60 | 0 | 53 | 327 | 110 | 41 |
| Binary | 11000 | 1001011 | 10010001 | 1010011 | 110000 | 0 | 101011 | 11010111 | 1001000 | 100001 |
Color Harmonies of #184B91
Complementary color
Monochromatic Colors of #184B91
Black with #184B91
Text Example
Text Example
White with #184B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B91; }
p { color: rgb(24,75,145); }
H1.HeaderClassName
{
color: #184B91;
}
.AnyTagClassName
{
color: #184B91;
}
</style>
background-color css
<style>
a { background-color: #184B91; }
a { background-color: rgb(24,75,145); }
div.DivClassName
{
background-color: #184B91;
}
.BgClassName
{
background-color: #184B91;
}
</style>
border-color css
<style>
span { border-color: #184B91; }
span { border-color: rgb(24,75,145); }
td.TdClassName
{
border-color: #184B91;
}
.TagClassName
{
border-color: #184B91;
}
</style>