Shades of Cobalt #184DA1
Tints of Cobalt #184DA1
RGB
CMYK
RGB Variations
Color information
#184DA1 (or 0x184DA1) is known color: Cobalt. HEX triplet: 18, 4D and A1. RGB value is (24,77,161). Sum of RGB (Red+Green+Blue) = 24+77+161=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #184DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DA1 is #E7B25E. Grayscale: #464646. Windows color (decimal): -15184479 or 10571032. OLE color: 10571032.
HSL color Cylindrical-coordinate representation of color #184DA1: hue angle of 216.79º 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 #184DA1 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 77 | 161 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.37 |
| HSL | 216.79º | 0.74% | 0.36% | - |
| HSV(B) | 216.79º | 0.85% | 0.63% | - |
| XYZ | 9.46 | 8.08 | 34.78 | - |
| YUV | 70.73 | 178.94 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 161 | 0.85 | 0.52 | 0 | 0.37 | 216.79 | 0.74 | 0.36 |
| Hex | 18 | 4D | A1 | 55 | 34 | 0 | 25 | D9 | 4A | 24 |
| Octal | 30 | 115 | 241 | 125 | 64 | 0 | 45 | 331 | 112 | 44 |
| Binary | 11000 | 1001101 | 10100001 | 1010101 | 110100 | 0 | 100101 | 11011001 | 1001010 | 100100 |
Color Harmonies of #184DA1
Complementary color
Monochromatic Colors of #184DA1
Black with #184DA1
Text Example
Text Example
White with #184DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DA1; }
p { color: rgb(24,77,161); }
H1.HeaderClassName
{
color: #184DA1;
}
.AnyTagClassName
{
color: #184DA1;
}
</style>
background-color css
<style>
a { background-color: #184DA1; }
a { background-color: rgb(24,77,161); }
div.DivClassName
{
background-color: #184DA1;
}
.BgClassName
{
background-color: #184DA1;
}
</style>
border-color css
<style>
span { border-color: #184DA1; }
span { border-color: rgb(24,77,161); }
td.TdClassName
{
border-color: #184DA1;
}
.TagClassName
{
border-color: #184DA1;
}
</style>