Shades of Cobalt #184FA6
Tints of Cobalt #184FA6
RGB
CMYK
RGB Variations
Color information
#184FA6 (or 0x184FA6) is known color: Cobalt. HEX triplet: 18, 4F and A6. RGB value is (24,79,166). Sum of RGB (Red+Green+Blue) = 24+79+166=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #184FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FA6 is #E7B059. Grayscale: #484848. Windows color (decimal): -15183962 or 10899224. OLE color: 10899224.
HSL color Cylindrical-coordinate representation of color #184FA6: hue angle of 216.76º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184FA6 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 79 | 166 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.35 |
| HSL | 216.76º | 0.75% | 0.37% | - |
| HSV(B) | 216.76º | 0.86% | 0.65% | - |
| XYZ | 10.06 | 8.54 | 37.19 | - |
| YUV | 72.47 | 180.78 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 166 | 0.86 | 0.52 | 0 | 0.35 | 216.76 | 0.75 | 0.37 |
| Hex | 18 | 4F | A6 | 56 | 34 | 0 | 23 | D9 | 4B | 25 |
| Octal | 30 | 117 | 246 | 126 | 64 | 0 | 43 | 331 | 113 | 45 |
| Binary | 11000 | 1001111 | 10100110 | 1010110 | 110100 | 0 | 100011 | 11011001 | 1001011 | 100101 |
Color Harmonies of #184FA6
Complementary color
Monochromatic Colors of #184FA6
Black with #184FA6
Text Example
Text Example
White with #184FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FA6; }
p { color: rgb(24,79,166); }
H1.HeaderClassName
{
color: #184FA6;
}
.AnyTagClassName
{
color: #184FA6;
}
</style>
background-color css
<style>
a { background-color: #184FA6; }
a { background-color: rgb(24,79,166); }
div.DivClassName
{
background-color: #184FA6;
}
.BgClassName
{
background-color: #184FA6;
}
</style>
border-color css
<style>
span { border-color: #184FA6; }
span { border-color: rgb(24,79,166); }
td.TdClassName
{
border-color: #184FA6;
}
.TagClassName
{
border-color: #184FA6;
}
</style>