Shades of Cobalt #184CAA
Tints of Cobalt #184CAA
RGB
CMYK
RGB Variations
Color information
#184CAA (or 0x184CAA) is known color: Cobalt. HEX triplet: 18, 4C and AA. RGB value is (24,76,170). Sum of RGB (Red+Green+Blue) = 24+76+170=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #184CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184CAA is #E7B355. Grayscale: #464646. Windows color (decimal): -15184726 or 11160600. OLE color: 11160600.
HSL color Cylindrical-coordinate representation of color #184CAA: hue angle of 218.63º 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 #184CAA is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 76 | 170 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.33 |
| HSL | 218.63º | 0.75% | 0.38% | - |
| HSV(B) | 218.63º | 0.86% | 0.67% | - |
| XYZ | 10.22 | 8.27 | 39.09 | - |
| YUV | 71.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 170 | 0.86 | 0.55 | 0 | 0.33 | 218.63 | 0.75 | 0.38 |
| Hex | 18 | 4C | AA | 56 | 37 | 0 | 21 | DB | 4B | 26 |
| Octal | 30 | 114 | 252 | 126 | 67 | 0 | 41 | 333 | 113 | 46 |
| Binary | 11000 | 1001100 | 10101010 | 1010110 | 110111 | 0 | 100001 | 11011011 | 1001011 | 100110 |
Color Harmonies of #184CAA
Complementary color
Monochromatic Colors of #184CAA
Black with #184CAA
Text Example
Text Example
White with #184CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CAA; }
p { color: rgb(24,76,170); }
H1.HeaderClassName
{
color: #184CAA;
}
.AnyTagClassName
{
color: #184CAA;
}
</style>
background-color css
<style>
a { background-color: #184CAA; }
a { background-color: rgb(24,76,170); }
div.DivClassName
{
background-color: #184CAA;
}
.BgClassName
{
background-color: #184CAA;
}
</style>
border-color css
<style>
span { border-color: #184CAA; }
span { border-color: rgb(24,76,170); }
td.TdClassName
{
border-color: #184CAA;
}
.TagClassName
{
border-color: #184CAA;
}
</style>