Shades of Cobalt #184BA5
Tints of Cobalt #184BA5
RGB
CMYK
RGB Variations
Color information
#184BA5 (or 0x184BA5) is known color: Cobalt. HEX triplet: 18, 4B and A5. RGB value is (24,75,165). Sum of RGB (Red+Green+Blue) = 24+75+165=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #184BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184BA5 is #E7B45A. Grayscale: #454545. Windows color (decimal): -15184987 or 10832664. OLE color: 10832664.
HSL color Cylindrical-coordinate representation of color #184BA5: hue angle of 218.3º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #184BA5 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 75 | 165 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.35 |
| HSL | 218.3º | 0.75% | 0.37% | - |
| HSV(B) | 218.3º | 0.85% | 0.65% | - |
| XYZ | 9.68 | 7.94 | 36.62 | - |
| YUV | 70.01 | 181.6 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 165 | 0.85 | 0.55 | 0 | 0.35 | 218.3 | 0.75 | 0.37 |
| Hex | 18 | 4B | A5 | 55 | 37 | 0 | 23 | DA | 4B | 25 |
| Octal | 30 | 113 | 245 | 125 | 67 | 0 | 43 | 332 | 113 | 45 |
| Binary | 11000 | 1001011 | 10100101 | 1010101 | 110111 | 0 | 100011 | 11011010 | 1001011 | 100101 |
Color Harmonies of #184BA5
Complementary color
Monochromatic Colors of #184BA5
Black with #184BA5
Text Example
Text Example
White with #184BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BA5; }
p { color: rgb(24,75,165); }
H1.HeaderClassName
{
color: #184BA5;
}
.AnyTagClassName
{
color: #184BA5;
}
</style>
background-color css
<style>
a { background-color: #184BA5; }
a { background-color: rgb(24,75,165); }
div.DivClassName
{
background-color: #184BA5;
}
.BgClassName
{
background-color: #184BA5;
}
</style>
border-color css
<style>
span { border-color: #184BA5; }
span { border-color: rgb(24,75,165); }
td.TdClassName
{
border-color: #184BA5;
}
.TagClassName
{
border-color: #184BA5;
}
</style>