Shades of Cobalt #184FAB
Tints of Cobalt #184FAB
RGB
CMYK
RGB Variations
Color information
#184FAB (or 0x184FAB) is known color: Cobalt. HEX triplet: 18, 4F and AB. RGB value is (24,79,171). Sum of RGB (Red+Green+Blue) = 24+79+171=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #184FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FAB is #E7B054. Grayscale: #484848. Windows color (decimal): -15183957 or 11226904. OLE color: 11226904.
HSL color Cylindrical-coordinate representation of color #184FAB: hue angle of 217.55º 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 #184FAB is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 79 | 171 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.33 |
| HSL | 217.55º | 0.75% | 0.38% | - |
| HSV(B) | 217.55º | 0.86% | 0.67% | - |
| XYZ | 10.52 | 8.73 | 39.66 | - |
| YUV | 73.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 171 | 0.86 | 0.54 | 0 | 0.33 | 217.55 | 0.75 | 0.38 |
| Hex | 18 | 4F | AB | 56 | 36 | 0 | 21 | DA | 4B | 26 |
| Octal | 30 | 117 | 253 | 126 | 66 | 0 | 41 | 332 | 113 | 46 |
| Binary | 11000 | 1001111 | 10101011 | 1010110 | 110110 | 0 | 100001 | 11011010 | 1001011 | 100110 |
Color Harmonies of #184FAB
Complementary color
Monochromatic Colors of #184FAB
Black with #184FAB
Text Example
Text Example
White with #184FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FAB; }
p { color: rgb(24,79,171); }
H1.HeaderClassName
{
color: #184FAB;
}
.AnyTagClassName
{
color: #184FAB;
}
</style>
background-color css
<style>
a { background-color: #184FAB; }
a { background-color: rgb(24,79,171); }
div.DivClassName
{
background-color: #184FAB;
}
.BgClassName
{
background-color: #184FAB;
}
</style>
border-color css
<style>
span { border-color: #184FAB; }
span { border-color: rgb(24,79,171); }
td.TdClassName
{
border-color: #184FAB;
}
.TagClassName
{
border-color: #184FAB;
}
</style>