Shades of Cobalt #184FA7
Tints of Cobalt #184FA7
RGB
CMYK
RGB Variations
Color information
#184FA7 (or 0x184FA7) is known color: Cobalt. HEX triplet: 18, 4F and A7. RGB value is (24,79,167). Sum of RGB (Red+Green+Blue) = 24+79+167=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 167 (65.62% from 255 or 61.85% from 270); Max value from RGB is 167 - color contains mainly: blue. Hex color #184FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FA7 is #E7B058. Grayscale: #484848. Windows color (decimal): -15183961 or 10964760. OLE color: 10964760.
HSL color Cylindrical-coordinate representation of color #184FA7: hue angle of 216.92º 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 #184FA7 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 79 | 167 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.35 |
| HSL | 216.92º | 0.75% | 0.37% | - |
| HSV(B) | 216.92º | 0.86% | 0.65% | - |
| XYZ | 10.15 | 8.58 | 37.68 | - |
| YUV | 72.59 | 181.28 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 167 | 0.86 | 0.53 | 0 | 0.35 | 216.92 | 0.75 | 0.37 |
| Hex | 18 | 4F | A7 | 56 | 35 | 0 | 23 | D9 | 4B | 25 |
| Octal | 30 | 117 | 247 | 126 | 65 | 0 | 43 | 331 | 113 | 45 |
| Binary | 11000 | 1001111 | 10100111 | 1010110 | 110101 | 0 | 100011 | 11011001 | 1001011 | 100101 |
Color Harmonies of #184FA7
Complementary color
Monochromatic Colors of #184FA7
Black with #184FA7
Text Example
Text Example
White with #184FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FA7; }
p { color: rgb(24,79,167); }
H1.HeaderClassName
{
color: #184FA7;
}
.AnyTagClassName
{
color: #184FA7;
}
</style>
background-color css
<style>
a { background-color: #184FA7; }
a { background-color: rgb(24,79,167); }
div.DivClassName
{
background-color: #184FA7;
}
.BgClassName
{
background-color: #184FA7;
}
</style>
border-color css
<style>
span { border-color: #184FA7; }
span { border-color: rgb(24,79,167); }
td.TdClassName
{
border-color: #184FA7;
}
.TagClassName
{
border-color: #184FA7;
}
</style>