Shades of Cobalt #184DA5
Tints of Cobalt #184DA5
RGB
CMYK
RGB Variations
Color information
#184DA5 (or 0x184DA5) is known color: Cobalt. HEX triplet: 18, 4D and A5. RGB value is (24,77,165). Sum of RGB (Red+Green+Blue) = 24+77+165=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #184DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DA5 is #E7B25A. Grayscale: #464646. Windows color (decimal): -15184475 or 10833176. OLE color: 10833176.
HSL color Cylindrical-coordinate representation of color #184DA5: hue angle of 217.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184DA5 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 77 | 165 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.35 |
| HSL | 217.45º | 0.75% | 0.37% | - |
| HSV(B) | 217.45º | 0.85% | 0.65% | - |
| XYZ | 9.82 | 8.22 | 36.67 | - |
| YUV | 71.19 | 180.94 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 165 | 0.85 | 0.53 | 0 | 0.35 | 217.45 | 0.75 | 0.37 |
| Hex | 18 | 4D | A5 | 55 | 35 | 0 | 23 | D9 | 4B | 25 |
| Octal | 30 | 115 | 245 | 125 | 65 | 0 | 43 | 331 | 113 | 45 |
| Binary | 11000 | 1001101 | 10100101 | 1010101 | 110101 | 0 | 100011 | 11011001 | 1001011 | 100101 |
Color Harmonies of #184DA5
Complementary color
Monochromatic Colors of #184DA5
Black with #184DA5
Text Example
Text Example
White with #184DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DA5; }
p { color: rgb(24,77,165); }
H1.HeaderClassName
{
color: #184DA5;
}
.AnyTagClassName
{
color: #184DA5;
}
</style>
background-color css
<style>
a { background-color: #184DA5; }
a { background-color: rgb(24,77,165); }
div.DivClassName
{
background-color: #184DA5;
}
.BgClassName
{
background-color: #184DA5;
}
</style>
border-color css
<style>
span { border-color: #184DA5; }
span { border-color: rgb(24,77,165); }
td.TdClassName
{
border-color: #184DA5;
}
.TagClassName
{
border-color: #184DA5;
}
</style>