Shades of Cobalt #184AAC
Tints of Cobalt #184AAC
RGB
CMYK
RGB Variations
Color information
#184AAC (or 0x184AAC) is known color: Cobalt. HEX triplet: 18, 4A and AC. RGB value is (24,74,172). Sum of RGB (Red+Green+Blue) = 24+74+172=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #184AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184AAC is #E7B553. Grayscale: #454545. Windows color (decimal): -15185236 or 11291160. OLE color: 11291160.
HSL color Cylindrical-coordinate representation of color #184AAC: hue angle of 219.73º degrees, saturation: 0.76, 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 #184AAC is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 74 | 172 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.33 |
| HSL | 219.73º | 0.76% | 0.38% | - |
| HSV(B) | 219.73º | 0.86% | 0.67% | - |
| XYZ | 10.27 | 8.07 | 40.05 | - |
| YUV | 70.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 172 | 0.86 | 0.57 | 0 | 0.33 | 219.73 | 0.76 | 0.38 |
| Hex | 18 | 4A | AC | 56 | 39 | 0 | 21 | DC | 4C | 26 |
| Octal | 30 | 112 | 254 | 126 | 71 | 0 | 41 | 334 | 114 | 46 |
| Binary | 11000 | 1001010 | 10101100 | 1010110 | 111001 | 0 | 100001 | 11011100 | 1001100 | 100110 |
Color Harmonies of #184AAC
Complementary color
Monochromatic Colors of #184AAC
Black with #184AAC
Text Example
Text Example
White with #184AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184AAC; }
p { color: rgb(24,74,172); }
H1.HeaderClassName
{
color: #184AAC;
}
.AnyTagClassName
{
color: #184AAC;
}
</style>
background-color css
<style>
a { background-color: #184AAC; }
a { background-color: rgb(24,74,172); }
div.DivClassName
{
background-color: #184AAC;
}
.BgClassName
{
background-color: #184AAC;
}
</style>
border-color css
<style>
span { border-color: #184AAC; }
span { border-color: rgb(24,74,172); }
td.TdClassName
{
border-color: #184AAC;
}
.TagClassName
{
border-color: #184AAC;
}
</style>