Shades of Cobalt #184CAB
Tints of Cobalt #184CAB
RGB
CMYK
RGB Variations
Color information
#184CAB (or 0x184CAB) is known color: Cobalt. HEX triplet: 18, 4C and AB. RGB value is (24,76,171). Sum of RGB (Red+Green+Blue) = 24+76+171=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #184CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184CAB is #E7B354. Grayscale: #464646. Windows color (decimal): -15184725 or 11226136. OLE color: 11226136.
HSL color Cylindrical-coordinate representation of color #184CAB: hue angle of 218.78º degrees, saturation: 0.75, 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 #184CAB is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 76 | 171 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.33 |
| HSL | 218.78º | 0.75% | 0.38% | - |
| HSV(B) | 218.78º | 0.86% | 0.67% | - |
| XYZ | 10.31 | 8.3 | 39.59 | - |
| YUV | 71.28 | 184.27 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 171 | 0.86 | 0.56 | 0 | 0.33 | 218.78 | 0.75 | 0.38 |
| Hex | 18 | 4C | AB | 56 | 38 | 0 | 21 | DB | 4B | 26 |
| Octal | 30 | 114 | 253 | 126 | 70 | 0 | 41 | 333 | 113 | 46 |
| Binary | 11000 | 1001100 | 10101011 | 1010110 | 111000 | 0 | 100001 | 11011011 | 1001011 | 100110 |
Color Harmonies of #184CAB
Complementary color
Monochromatic Colors of #184CAB
Black with #184CAB
Text Example
Text Example
White with #184CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CAB; }
p { color: rgb(24,76,171); }
H1.HeaderClassName
{
color: #184CAB;
}
.AnyTagClassName
{
color: #184CAB;
}
</style>
background-color css
<style>
a { background-color: #184CAB; }
a { background-color: rgb(24,76,171); }
div.DivClassName
{
background-color: #184CAB;
}
.BgClassName
{
background-color: #184CAB;
}
</style>
border-color css
<style>
span { border-color: #184CAB; }
span { border-color: rgb(24,76,171); }
td.TdClassName
{
border-color: #184CAB;
}
.TagClassName
{
border-color: #184CAB;
}
</style>