Shades of Cobalt #184FA0
Tints of Cobalt #184FA0
RGB
CMYK
RGB Variations
Color information
#184FA0 (or 0x184FA0) is known color: Cobalt. HEX triplet: 18, 4F and A0. RGB value is (24,79,160). Sum of RGB (Red+Green+Blue) = 24+79+160=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #184FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184FA0 is #E7B05F. Grayscale: #474747. Windows color (decimal): -15183968 or 10506008. OLE color: 10506008.
HSL color Cylindrical-coordinate representation of color #184FA0: hue angle of 215.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184FA0 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 79 | 160 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.37 |
| HSL | 215.74º | 0.74% | 0.36% | - |
| HSV(B) | 215.74º | 0.85% | 0.63% | - |
| XYZ | 9.52 | 8.32 | 34.36 | - |
| YUV | 71.79 | 177.78 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 160 | 0.85 | 0.51 | 0 | 0.37 | 215.74 | 0.74 | 0.36 |
| Hex | 18 | 4F | A0 | 55 | 33 | 0 | 25 | D8 | 4A | 24 |
| Octal | 30 | 117 | 240 | 125 | 63 | 0 | 45 | 330 | 112 | 44 |
| Binary | 11000 | 1001111 | 10100000 | 1010101 | 110011 | 0 | 100101 | 11011000 | 1001010 | 100100 |
Color Harmonies of #184FA0
Complementary color
Monochromatic Colors of #184FA0
Black with #184FA0
Text Example
Text Example
White with #184FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FA0; }
p { color: rgb(24,79,160); }
H1.HeaderClassName
{
color: #184FA0;
}
.AnyTagClassName
{
color: #184FA0;
}
</style>
background-color css
<style>
a { background-color: #184FA0; }
a { background-color: rgb(24,79,160); }
div.DivClassName
{
background-color: #184FA0;
}
.BgClassName
{
background-color: #184FA0;
}
</style>
border-color css
<style>
span { border-color: #184FA0; }
span { border-color: rgb(24,79,160); }
td.TdClassName
{
border-color: #184FA0;
}
.TagClassName
{
border-color: #184FA0;
}
</style>