Shades of Cobalt #184BAA
Tints of Cobalt #184BAA
RGB
CMYK
RGB Variations
Color information
#184BAA (or 0x184BAA) is known color: Cobalt. HEX triplet: 18, 4B and AA. RGB value is (24,75,170). Sum of RGB (Red+Green+Blue) = 24+75+170=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #184BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184BAA is #E7B455. Grayscale: #464646. Windows color (decimal): -15184982 or 11160344. OLE color: 11160344.
HSL color Cylindrical-coordinate representation of color #184BAA: hue angle of 219.04º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184BAA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 75 | 170 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.33 |
| HSL | 219.04º | 0.75% | 0.38% | - |
| HSV(B) | 219.04º | 0.86% | 0.67% | - |
| XYZ | 10.15 | 8.13 | 39.06 | - |
| YUV | 70.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 170 | 0.86 | 0.56 | 0 | 0.33 | 219.04 | 0.75 | 0.38 |
| Hex | 18 | 4B | AA | 56 | 38 | 0 | 21 | DB | 4B | 26 |
| Octal | 30 | 113 | 252 | 126 | 70 | 0 | 41 | 333 | 113 | 46 |
| Binary | 11000 | 1001011 | 10101010 | 1010110 | 111000 | 0 | 100001 | 11011011 | 1001011 | 100110 |
Color Harmonies of #184BAA
Complementary color
Monochromatic Colors of #184BAA
Black with #184BAA
Text Example
Text Example
White with #184BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BAA; }
p { color: rgb(24,75,170); }
H1.HeaderClassName
{
color: #184BAA;
}
.AnyTagClassName
{
color: #184BAA;
}
</style>
background-color css
<style>
a { background-color: #184BAA; }
a { background-color: rgb(24,75,170); }
div.DivClassName
{
background-color: #184BAA;
}
.BgClassName
{
background-color: #184BAA;
}
</style>
border-color css
<style>
span { border-color: #184BAA; }
span { border-color: rgb(24,75,170); }
td.TdClassName
{
border-color: #184BAA;
}
.TagClassName
{
border-color: #184BAA;
}
</style>