Shades of Cobalt #184DAE
Tints of Cobalt #184DAE
RGB
CMYK
RGB Variations
Color information
#184DAE (or 0x184DAE) is known color: Cobalt. HEX triplet: 18, 4D and AE. RGB value is (24,77,174). Sum of RGB (Red+Green+Blue) = 24+77+174=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #184DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DAE is #E7B251. Grayscale: #474747. Windows color (decimal): -15184466 or 11423000. OLE color: 11423000.
HSL color Cylindrical-coordinate representation of color #184DAE: hue angle of 218.8º 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 #184DAE is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 77 | 174 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.32 |
| HSL | 218.8º | 0.76% | 0.39% | - |
| HSV(B) | 218.8º | 0.86% | 0.68% | - |
| XYZ | 10.67 | 8.56 | 41.13 | - |
| YUV | 72.21 | 185.44 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 174 | 0.86 | 0.56 | 0 | 0.32 | 218.8 | 0.76 | 0.39 |
| Hex | 18 | 4D | AE | 56 | 38 | 0 | 20 | DB | 4C | 27 |
| Octal | 30 | 115 | 256 | 126 | 70 | 0 | 40 | 333 | 114 | 47 |
| Binary | 11000 | 1001101 | 10101110 | 1010110 | 111000 | 0 | 100000 | 11011011 | 1001100 | 100111 |
Color Harmonies of #184DAE
Complementary color
Monochromatic Colors of #184DAE
Black with #184DAE
Text Example
Text Example
White with #184DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DAE; }
p { color: rgb(24,77,174); }
H1.HeaderClassName
{
color: #184DAE;
}
.AnyTagClassName
{
color: #184DAE;
}
</style>
background-color css
<style>
a { background-color: #184DAE; }
a { background-color: rgb(24,77,174); }
div.DivClassName
{
background-color: #184DAE;
}
.BgClassName
{
background-color: #184DAE;
}
</style>
border-color css
<style>
span { border-color: #184DAE; }
span { border-color: rgb(24,77,174); }
td.TdClassName
{
border-color: #184DAE;
}
.TagClassName
{
border-color: #184DAE;
}
</style>