Shades of Cobalt #184DAD
Tints of Cobalt #184DAD
RGB
CMYK
RGB Variations
Color information
#184DAD (or 0x184DAD) is known color: Cobalt. HEX triplet: 18, 4D and AD. RGB value is (24,77,173). Sum of RGB (Red+Green+Blue) = 24+77+173=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #184DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DAD is #E7B252. Grayscale: #474747. Windows color (decimal): -15184467 or 11357464. OLE color: 11357464.
HSL color Cylindrical-coordinate representation of color #184DAD: hue angle of 218.66º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184DAD is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 77 | 173 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.32 |
| HSL | 218.66º | 0.76% | 0.39% | - |
| HSV(B) | 218.66º | 0.86% | 0.68% | - |
| XYZ | 10.57 | 8.52 | 40.62 | - |
| YUV | 72.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 173 | 0.86 | 0.55 | 0 | 0.32 | 218.66 | 0.76 | 0.39 |
| Hex | 18 | 4D | AD | 56 | 37 | 0 | 20 | DB | 4C | 27 |
| Octal | 30 | 115 | 255 | 126 | 67 | 0 | 40 | 333 | 114 | 47 |
| Binary | 11000 | 1001101 | 10101101 | 1010110 | 110111 | 0 | 100000 | 11011011 | 1001100 | 100111 |
Color Harmonies of #184DAD
Complementary color
Monochromatic Colors of #184DAD
Black with #184DAD
Text Example
Text Example
White with #184DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DAD; }
p { color: rgb(24,77,173); }
H1.HeaderClassName
{
color: #184DAD;
}
.AnyTagClassName
{
color: #184DAD;
}
</style>
background-color css
<style>
a { background-color: #184DAD; }
a { background-color: rgb(24,77,173); }
div.DivClassName
{
background-color: #184DAD;
}
.BgClassName
{
background-color: #184DAD;
}
</style>
border-color css
<style>
span { border-color: #184DAD; }
span { border-color: rgb(24,77,173); }
td.TdClassName
{
border-color: #184DAD;
}
.TagClassName
{
border-color: #184DAD;
}
</style>