Shades of Cobalt #114AAD
Tints of Cobalt #114AAD
RGB
CMYK
RGB Variations
Color information
#114AAD (or 0x114AAD) is known color: Cobalt. HEX triplet: 11, 4A and AD. RGB value is (17,74,173). Sum of RGB (Red+Green+Blue) = 17+74+173=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #114AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114AAD is #EEB552. Grayscale: #434343. Windows color (decimal): -15643987 or 11356689. OLE color: 11356689.
HSL color Cylindrical-coordinate representation of color #114AAD: hue angle of 218.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114AAD is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 74 | 173 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.32 |
| HSL | 218.08º | 0.82% | 0.37% | - |
| HSV(B) | 218.08º | 0.9% | 0.68% | - |
| XYZ | 10.22 | 8.03 | 40.55 | - |
| YUV | 68.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 173 | 0.90 | 0.57 | 0 | 0.32 | 218.08 | 0.82 | 0.37 |
| Hex | 11 | 4A | AD | 5A | 39 | 0 | 20 | DA | 52 | 25 |
| Octal | 21 | 112 | 255 | 132 | 71 | 0 | 40 | 332 | 122 | 45 |
| Binary | 10001 | 1001010 | 10101101 | 1011010 | 111001 | 0 | 100000 | 11011010 | 1010010 | 100101 |
Color Harmonies of #114AAD
Complementary color
Monochromatic Colors of #114AAD
Black with #114AAD
Text Example
Text Example
White with #114AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114AAD; }
p { color: rgb(17,74,173); }
H1.HeaderClassName
{
color: #114AAD;
}
.AnyTagClassName
{
color: #114AAD;
}
</style>
background-color css
<style>
a { background-color: #114AAD; }
a { background-color: rgb(17,74,173); }
div.DivClassName
{
background-color: #114AAD;
}
.BgClassName
{
background-color: #114AAD;
}
</style>
border-color css
<style>
span { border-color: #114AAD; }
span { border-color: rgb(17,74,173); }
td.TdClassName
{
border-color: #114AAD;
}
.TagClassName
{
border-color: #114AAD;
}
</style>