Shades of Cobalt #184DA0
Tints of Cobalt #184DA0
RGB
CMYK
RGB Variations
Color information
#184DA0 (or 0x184DA0) is known color: Cobalt. HEX triplet: 18, 4D and A0. RGB value is (24,77,160). Sum of RGB (Red+Green+Blue) = 24+77+160=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #184DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DA0 is #E7B25F. Grayscale: #464646. Windows color (decimal): -15184480 or 10505496. OLE color: 10505496.
HSL color Cylindrical-coordinate representation of color #184DA0: hue angle of 216.62º 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 #184DA0 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 77 | 160 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.37 |
| HSL | 216.62º | 0.74% | 0.36% | - |
| HSV(B) | 216.62º | 0.85% | 0.63% | - |
| XYZ | 9.38 | 8.04 | 34.32 | - |
| YUV | 70.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 160 | 0.85 | 0.52 | 0 | 0.37 | 216.62 | 0.74 | 0.36 |
| Hex | 18 | 4D | A0 | 55 | 34 | 0 | 25 | D9 | 4A | 24 |
| Octal | 30 | 115 | 240 | 125 | 64 | 0 | 45 | 331 | 112 | 44 |
| Binary | 11000 | 1001101 | 10100000 | 1010101 | 110100 | 0 | 100101 | 11011001 | 1001010 | 100100 |
Color Harmonies of #184DA0
Complementary color
Monochromatic Colors of #184DA0
Black with #184DA0
Text Example
Text Example
White with #184DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DA0; }
p { color: rgb(24,77,160); }
H1.HeaderClassName
{
color: #184DA0;
}
.AnyTagClassName
{
color: #184DA0;
}
</style>
background-color css
<style>
a { background-color: #184DA0; }
a { background-color: rgb(24,77,160); }
div.DivClassName
{
background-color: #184DA0;
}
.BgClassName
{
background-color: #184DA0;
}
</style>
border-color css
<style>
span { border-color: #184DA0; }
span { border-color: rgb(24,77,160); }
td.TdClassName
{
border-color: #184DA0;
}
.TagClassName
{
border-color: #184DA0;
}
</style>