Shades of Cobalt #184BAE
Tints of Cobalt #184BAE
RGB
CMYK
RGB Variations
Color information
#184BAE (or 0x184BAE) is known color: Cobalt. HEX triplet: 18, 4B and AE. RGB value is (24,75,174). Sum of RGB (Red+Green+Blue) = 24+75+174=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #184BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184BAE is #E7B451. Grayscale: #464646. Windows color (decimal): -15184978 or 11422488. OLE color: 11422488.
HSL color Cylindrical-coordinate representation of color #184BAE: hue angle of 219.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184BAE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 75 | 174 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.32 |
| HSL | 219.6º | 0.76% | 0.39% | - |
| HSV(B) | 219.6º | 0.86% | 0.68% | - |
| XYZ | 10.53 | 8.28 | 41.09 | - |
| YUV | 71.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 174 | 0.86 | 0.57 | 0 | 0.32 | 219.6 | 0.76 | 0.39 |
| Hex | 18 | 4B | AE | 56 | 39 | 0 | 20 | DC | 4C | 27 |
| Octal | 30 | 113 | 256 | 126 | 71 | 0 | 40 | 334 | 114 | 47 |
| Binary | 11000 | 1001011 | 10101110 | 1010110 | 111001 | 0 | 100000 | 11011100 | 1001100 | 100111 |
Color Harmonies of #184BAE
Complementary color
Monochromatic Colors of #184BAE
Black with #184BAE
Text Example
Text Example
White with #184BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BAE; }
p { color: rgb(24,75,174); }
H1.HeaderClassName
{
color: #184BAE;
}
.AnyTagClassName
{
color: #184BAE;
}
</style>
background-color css
<style>
a { background-color: #184BAE; }
a { background-color: rgb(24,75,174); }
div.DivClassName
{
background-color: #184BAE;
}
.BgClassName
{
background-color: #184BAE;
}
</style>
border-color css
<style>
span { border-color: #184BAE; }
span { border-color: rgb(24,75,174); }
td.TdClassName
{
border-color: #184BAE;
}
.TagClassName
{
border-color: #184BAE;
}
</style>