Shades of Cobalt #184BA4
Tints of Cobalt #184BA4
RGB
CMYK
RGB Variations
Color information
#184BA4 (or 0x184BA4) is known color: Cobalt. HEX triplet: 18, 4B and A4. RGB value is (24,75,164). Sum of RGB (Red+Green+Blue) = 24+75+164=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #184BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184BA4 is #E7B45B. Grayscale: #454545. Windows color (decimal): -15184988 or 10767128. OLE color: 10767128.
HSL color Cylindrical-coordinate representation of color #184BA4: hue angle of 218.14º 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 #184BA4 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 75 | 164 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.36 |
| HSL | 218.14º | 0.74% | 0.37% | - |
| HSV(B) | 218.14º | 0.85% | 0.64% | - |
| XYZ | 9.59 | 7.91 | 36.14 | - |
| YUV | 69.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 164 | 0.85 | 0.54 | 0 | 0.36 | 218.14 | 0.74 | 0.37 |
| Hex | 18 | 4B | A4 | 55 | 36 | 0 | 24 | DA | 4A | 25 |
| Octal | 30 | 113 | 244 | 125 | 66 | 0 | 44 | 332 | 112 | 45 |
| Binary | 11000 | 1001011 | 10100100 | 1010101 | 110110 | 0 | 100100 | 11011010 | 1001010 | 100101 |
Color Harmonies of #184BA4
Complementary color
Monochromatic Colors of #184BA4
Black with #184BA4
Text Example
Text Example
White with #184BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BA4; }
p { color: rgb(24,75,164); }
H1.HeaderClassName
{
color: #184BA4;
}
.AnyTagClassName
{
color: #184BA4;
}
</style>
background-color css
<style>
a { background-color: #184BA4; }
a { background-color: rgb(24,75,164); }
div.DivClassName
{
background-color: #184BA4;
}
.BgClassName
{
background-color: #184BA4;
}
</style>
border-color css
<style>
span { border-color: #184BA4; }
span { border-color: rgb(24,75,164); }
td.TdClassName
{
border-color: #184BA4;
}
.TagClassName
{
border-color: #184BA4;
}
</style>