Shades of Endeavour #184F9D
Tints of Endeavour #184F9D
RGB
CMYK
RGB Variations
Color information
#184F9D (or 0x184F9D) is known color: Endeavour. HEX triplet: 18, 4F and 9D. RGB value is (24,79,157). Sum of RGB (Red+Green+Blue) = 24+79+157=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #184F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F9D is #E7B062. Grayscale: #474747. Windows color (decimal): -15183971 or 10309400. OLE color: 10309400.
HSL color Cylindrical-coordinate representation of color #184F9D: hue angle of 215.19º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184F9D is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 79 | 157 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.38 |
| HSL | 215.19º | 0.73% | 0.35% | - |
| HSV(B) | 215.19º | 0.85% | 0.62% | - |
| XYZ | 9.26 | 8.22 | 33 | - |
| YUV | 71.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 157 | 0.85 | 0.50 | 0 | 0.38 | 215.19 | 0.73 | 0.35 |
| Hex | 18 | 4F | 9D | 55 | 32 | 0 | 26 | D7 | 49 | 23 |
| Octal | 30 | 117 | 235 | 125 | 62 | 0 | 46 | 327 | 111 | 43 |
| Binary | 11000 | 1001111 | 10011101 | 1010101 | 110010 | 0 | 100110 | 11010111 | 1001001 | 100011 |
Color Harmonies of #184F9D
Complementary color
Monochromatic Colors of #184F9D
Black with #184F9D
Text Example
Text Example
White with #184F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F9D; }
p { color: rgb(24,79,157); }
H1.HeaderClassName
{
color: #184F9D;
}
.AnyTagClassName
{
color: #184F9D;
}
</style>
background-color css
<style>
a { background-color: #184F9D; }
a { background-color: rgb(24,79,157); }
div.DivClassName
{
background-color: #184F9D;
}
.BgClassName
{
background-color: #184F9D;
}
</style>
border-color css
<style>
span { border-color: #184F9D; }
span { border-color: rgb(24,79,157); }
td.TdClassName
{
border-color: #184F9D;
}
.TagClassName
{
border-color: #184F9D;
}
</style>