Shades of Cobalt #184DA4
Tints of Cobalt #184DA4
RGB
CMYK
RGB Variations
Color information
#184DA4 (or 0x184DA4) is known color: Cobalt. HEX triplet: 18, 4D and A4. RGB value is (24,77,164). Sum of RGB (Red+Green+Blue) = 24+77+164=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #184DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DA4 is #E7B25B. Grayscale: #464646. Windows color (decimal): -15184476 or 10767640. OLE color: 10767640.
HSL color Cylindrical-coordinate representation of color #184DA4: hue angle of 217.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184DA4 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 77 | 164 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.36 |
| HSL | 217.29º | 0.74% | 0.37% | - |
| HSV(B) | 217.29º | 0.85% | 0.64% | - |
| XYZ | 9.73 | 8.18 | 36.19 | - |
| YUV | 71.07 | 180.44 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 164 | 0.85 | 0.53 | 0 | 0.36 | 217.29 | 0.74 | 0.37 |
| Hex | 18 | 4D | A4 | 55 | 35 | 0 | 24 | D9 | 4A | 25 |
| Octal | 30 | 115 | 244 | 125 | 65 | 0 | 44 | 331 | 112 | 45 |
| Binary | 11000 | 1001101 | 10100100 | 1010101 | 110101 | 0 | 100100 | 11011001 | 1001010 | 100101 |
Color Harmonies of #184DA4
Complementary color
Monochromatic Colors of #184DA4
Black with #184DA4
Text Example
Text Example
White with #184DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DA4; }
p { color: rgb(24,77,164); }
H1.HeaderClassName
{
color: #184DA4;
}
.AnyTagClassName
{
color: #184DA4;
}
</style>
background-color css
<style>
a { background-color: #184DA4; }
a { background-color: rgb(24,77,164); }
div.DivClassName
{
background-color: #184DA4;
}
.BgClassName
{
background-color: #184DA4;
}
</style>
border-color css
<style>
span { border-color: #184DA4; }
span { border-color: rgb(24,77,164); }
td.TdClassName
{
border-color: #184DA4;
}
.TagClassName
{
border-color: #184DA4;
}
</style>