Shades of Cobalt #184CA0
Tints of Cobalt #184CA0
RGB
CMYK
RGB Variations
Color information
#184CA0 (or 0x184CA0) is known color: Cobalt. HEX triplet: 18, 4C and A0. RGB value is (24,76,160). Sum of RGB (Red+Green+Blue) = 24+76+160=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #184CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184CA0 is #E7B35F. Grayscale: #454545. Windows color (decimal): -15184736 or 10505240. OLE color: 10505240.
HSL color Cylindrical-coordinate representation of color #184CA0: hue angle of 217.06º 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 #184CA0 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 76 | 160 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.37 |
| HSL | 217.06º | 0.74% | 0.36% | - |
| HSV(B) | 217.06º | 0.85% | 0.63% | - |
| XYZ | 9.31 | 7.9 | 34.29 | - |
| YUV | 70.03 | 178.77 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 160 | 0.85 | 0.52 | 0 | 0.37 | 217.06 | 0.74 | 0.36 |
| Hex | 18 | 4C | A0 | 55 | 34 | 0 | 25 | D9 | 4A | 24 |
| Octal | 30 | 114 | 240 | 125 | 64 | 0 | 45 | 331 | 112 | 44 |
| Binary | 11000 | 1001100 | 10100000 | 1010101 | 110100 | 0 | 100101 | 11011001 | 1001010 | 100100 |
Color Harmonies of #184CA0
Complementary color
Monochromatic Colors of #184CA0
Black with #184CA0
Text Example
Text Example
White with #184CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CA0; }
p { color: rgb(24,76,160); }
H1.HeaderClassName
{
color: #184CA0;
}
.AnyTagClassName
{
color: #184CA0;
}
</style>
background-color css
<style>
a { background-color: #184CA0; }
a { background-color: rgb(24,76,160); }
div.DivClassName
{
background-color: #184CA0;
}
.BgClassName
{
background-color: #184CA0;
}
</style>
border-color css
<style>
span { border-color: #184CA0; }
span { border-color: rgb(24,76,160); }
td.TdClassName
{
border-color: #184CA0;
}
.TagClassName
{
border-color: #184CA0;
}
</style>