Shades of Cobalt #114DAD
Tints of Cobalt #114DAD
RGB
CMYK
RGB Variations
Color information
#114DAD (or 0x114DAD) is known color: Cobalt. HEX triplet: 11, 4D and AD. RGB value is (17,77,173). Sum of RGB (Red+Green+Blue) = 17+77+173=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #114DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DAD is #EEB252. Grayscale: #454545. Windows color (decimal): -15643219 or 11357457. OLE color: 11357457.
HSL color Cylindrical-coordinate representation of color #114DAD: hue angle of 216.92º 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 #114DAD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 77 | 173 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.32 |
| HSL | 216.92º | 0.82% | 0.37% | - |
| HSV(B) | 216.92º | 0.9% | 0.68% | - |
| XYZ | 10.43 | 8.44 | 40.62 | - |
| YUV | 70 | 186.12 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 173 | 0.90 | 0.55 | 0 | 0.32 | 216.92 | 0.82 | 0.37 |
| Hex | 11 | 4D | AD | 5A | 37 | 0 | 20 | D9 | 52 | 25 |
| Octal | 21 | 115 | 255 | 132 | 67 | 0 | 40 | 331 | 122 | 45 |
| Binary | 10001 | 1001101 | 10101101 | 1011010 | 110111 | 0 | 100000 | 11011001 | 1010010 | 100101 |
Color Harmonies of #114DAD
Complementary color
Monochromatic Colors of #114DAD
Black with #114DAD
Text Example
Text Example
White with #114DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DAD; }
p { color: rgb(17,77,173); }
H1.HeaderClassName
{
color: #114DAD;
}
.AnyTagClassName
{
color: #114DAD;
}
</style>
background-color css
<style>
a { background-color: #114DAD; }
a { background-color: rgb(17,77,173); }
div.DivClassName
{
background-color: #114DAD;
}
.BgClassName
{
background-color: #114DAD;
}
</style>
border-color css
<style>
span { border-color: #114DAD; }
span { border-color: rgb(17,77,173); }
td.TdClassName
{
border-color: #114DAD;
}
.TagClassName
{
border-color: #114DAD;
}
</style>