Shades of Cobalt #184FA8
Tints of Cobalt #184FA8
RGB
CMYK
RGB Variations
Color information
#184FA8 (or 0x184FA8) is known color: Cobalt. HEX triplet: 18, 4F and A8. RGB value is (24,79,168). Sum of RGB (Red+Green+Blue) = 24+79+168=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 168 (66.02% from 255 or 61.99% from 271); Max value from RGB is 168 - color contains mainly: blue. Hex color #184FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FA8 is #E7B057. Grayscale: #484848. Windows color (decimal): -15183960 or 11030296. OLE color: 11030296.
HSL color Cylindrical-coordinate representation of color #184FA8: hue angle of 217.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184FA8 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 79 | 168 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.34 |
| HSL | 217.08º | 0.75% | 0.38% | - |
| HSV(B) | 217.08º | 0.86% | 0.66% | - |
| XYZ | 10.24 | 8.61 | 38.17 | - |
| YUV | 72.7 | 181.78 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 168 | 0.86 | 0.53 | 0 | 0.34 | 217.08 | 0.75 | 0.38 |
| Hex | 18 | 4F | A8 | 56 | 35 | 0 | 22 | D9 | 4B | 26 |
| Octal | 30 | 117 | 250 | 126 | 65 | 0 | 42 | 331 | 113 | 46 |
| Binary | 11000 | 1001111 | 10101000 | 1010110 | 110101 | 0 | 100010 | 11011001 | 1001011 | 100110 |
Color Harmonies of #184FA8
Complementary color
Monochromatic Colors of #184FA8
Black with #184FA8
Text Example
Text Example
White with #184FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FA8; }
p { color: rgb(24,79,168); }
H1.HeaderClassName
{
color: #184FA8;
}
.AnyTagClassName
{
color: #184FA8;
}
</style>
background-color css
<style>
a { background-color: #184FA8; }
a { background-color: rgb(24,79,168); }
div.DivClassName
{
background-color: #184FA8;
}
.BgClassName
{
background-color: #184FA8;
}
</style>
border-color css
<style>
span { border-color: #184FA8; }
span { border-color: rgb(24,79,168); }
td.TdClassName
{
border-color: #184FA8;
}
.TagClassName
{
border-color: #184FA8;
}
</style>