Shades of Endeavour #184A9A
Tints of Endeavour #184A9A
RGB
CMYK
RGB Variations
Color information
#184A9A (or 0x184A9A) is known color: Endeavour. HEX triplet: 18, 4A and 9A. RGB value is (24,74,154). Sum of RGB (Red+Green+Blue) = 24+74+154=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #184A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184A9A is #E7B565. Grayscale: #434343. Windows color (decimal): -15185254 or 10111512. OLE color: 10111512.
HSL color Cylindrical-coordinate representation of color #184A9A: hue angle of 216.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184A9A is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 74 | 154 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.40 |
| HSL | 216.92º | 0.73% | 0.35% | - |
| HSV(B) | 216.92º | 0.84% | 0.6% | - |
| XYZ | 8.66 | 7.42 | 31.55 | - |
| YUV | 68.17 | 176.44 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 154 | 0.84 | 0.52 | 0 | 0.40 | 216.92 | 0.73 | 0.35 |
| Hex | 18 | 4A | 9A | 54 | 34 | 0 | 28 | D9 | 49 | 23 |
| Octal | 30 | 112 | 232 | 124 | 64 | 0 | 50 | 331 | 111 | 43 |
| Binary | 11000 | 1001010 | 10011010 | 1010100 | 110100 | 0 | 101000 | 11011001 | 1001001 | 100011 |
Color Harmonies of #184A9A
Complementary color
Monochromatic Colors of #184A9A
Black with #184A9A
Text Example
Text Example
White with #184A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A9A; }
p { color: rgb(24,74,154); }
H1.HeaderClassName
{
color: #184A9A;
}
.AnyTagClassName
{
color: #184A9A;
}
</style>
background-color css
<style>
a { background-color: #184A9A; }
a { background-color: rgb(24,74,154); }
div.DivClassName
{
background-color: #184A9A;
}
.BgClassName
{
background-color: #184A9A;
}
</style>
border-color css
<style>
span { border-color: #184A9A; }
span { border-color: rgb(24,74,154); }
td.TdClassName
{
border-color: #184A9A;
}
.TagClassName
{
border-color: #184A9A;
}
</style>