Shades of Cobalt #184EA0
Tints of Cobalt #184EA0
RGB
CMYK
RGB Variations
Color information
#184EA0 (or 0x184EA0) is known color: Cobalt. HEX triplet: 18, 4E and A0. RGB value is (24,78,160). Sum of RGB (Red+Green+Blue) = 24+78+160=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #184EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184EA0 is #E7B15F. Grayscale: #464646. Windows color (decimal): -15184224 or 10505752. OLE color: 10505752.
HSL color Cylindrical-coordinate representation of color #184EA0: hue angle of 216.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184EA0 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 78 | 160 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.37 |
| HSL | 216.18º | 0.74% | 0.36% | - |
| HSV(B) | 216.18º | 0.85% | 0.63% | - |
| XYZ | 9.45 | 8.18 | 34.34 | - |
| YUV | 71.2 | 178.11 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 160 | 0.85 | 0.51 | 0 | 0.37 | 216.18 | 0.74 | 0.36 |
| Hex | 18 | 4E | A0 | 55 | 33 | 0 | 25 | D8 | 4A | 24 |
| Octal | 30 | 116 | 240 | 125 | 63 | 0 | 45 | 330 | 112 | 44 |
| Binary | 11000 | 1001110 | 10100000 | 1010101 | 110011 | 0 | 100101 | 11011000 | 1001010 | 100100 |
Color Harmonies of #184EA0
Complementary color
Monochromatic Colors of #184EA0
Black with #184EA0
Text Example
Text Example
White with #184EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EA0; }
p { color: rgb(24,78,160); }
H1.HeaderClassName
{
color: #184EA0;
}
.AnyTagClassName
{
color: #184EA0;
}
</style>
background-color css
<style>
a { background-color: #184EA0; }
a { background-color: rgb(24,78,160); }
div.DivClassName
{
background-color: #184EA0;
}
.BgClassName
{
background-color: #184EA0;
}
</style>
border-color css
<style>
span { border-color: #184EA0; }
span { border-color: rgb(24,78,160); }
td.TdClassName
{
border-color: #184EA0;
}
.TagClassName
{
border-color: #184EA0;
}
</style>