Shades of Cobalt #184CAC
Tints of Cobalt #184CAC
RGB
CMYK
RGB Variations
Color information
#184CAC (or 0x184CAC) is known color: Cobalt. HEX triplet: 18, 4C and AC. RGB value is (24,76,172). Sum of RGB (Red+Green+Blue) = 24+76+172=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #184CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184CAC is #E7B353. Grayscale: #464646. Windows color (decimal): -15184724 or 11291672. OLE color: 11291672.
HSL color Cylindrical-coordinate representation of color #184CAC: hue angle of 218.92º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184CAC is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 76 | 172 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.33 |
| HSL | 218.92º | 0.76% | 0.38% | - |
| HSV(B) | 218.92º | 0.86% | 0.67% | - |
| XYZ | 10.41 | 8.34 | 40.09 | - |
| YUV | 71.4 | 184.77 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 172 | 0.86 | 0.56 | 0 | 0.33 | 218.92 | 0.76 | 0.38 |
| Hex | 18 | 4C | AC | 56 | 38 | 0 | 21 | DB | 4C | 26 |
| Octal | 30 | 114 | 254 | 126 | 70 | 0 | 41 | 333 | 114 | 46 |
| Binary | 11000 | 1001100 | 10101100 | 1010110 | 111000 | 0 | 100001 | 11011011 | 1001100 | 100110 |
Color Harmonies of #184CAC
Complementary color
Monochromatic Colors of #184CAC
Black with #184CAC
Text Example
Text Example
White with #184CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CAC; }
p { color: rgb(24,76,172); }
H1.HeaderClassName
{
color: #184CAC;
}
.AnyTagClassName
{
color: #184CAC;
}
</style>
background-color css
<style>
a { background-color: #184CAC; }
a { background-color: rgb(24,76,172); }
div.DivClassName
{
background-color: #184CAC;
}
.BgClassName
{
background-color: #184CAC;
}
</style>
border-color css
<style>
span { border-color: #184CAC; }
span { border-color: rgb(24,76,172); }
td.TdClassName
{
border-color: #184CAC;
}
.TagClassName
{
border-color: #184CAC;
}
</style>