Shades of Cobalt #114DAA
Tints of Cobalt #114DAA
RGB
CMYK
RGB Variations
Color information
#114DAA (or 0x114DAA) is known color: Cobalt. HEX triplet: 11, 4D and AA. RGB value is (17,77,170). Sum of RGB (Red+Green+Blue) = 17+77+170=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #114DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DAA is #EEB255. Grayscale: #454545. Windows color (decimal): -15643222 or 11160849. OLE color: 11160849.
HSL color Cylindrical-coordinate representation of color #114DAA: hue angle of 216.47º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114DAA is Cyan = 0.9, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 77 | 170 | - |
| CMYK | 0.9 | 0.55 | 0 | 0.33 |
| HSL | 216.47º | 0.82% | 0.37% | - |
| HSV(B) | 216.47º | 0.9% | 0.67% | - |
| XYZ | 10.14 | 8.33 | 39.1 | - |
| YUV | 69.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 170 | 0.9 | 0.55 | 0 | 0.33 | 216.47 | 0.82 | 0.37 |
| Hex | 11 | 4D | AA | 5A | 37 | 0 | 21 | D8 | 52 | 25 |
| Octal | 21 | 115 | 252 | 132 | 67 | 0 | 41 | 330 | 122 | 45 |
| Binary | 10001 | 1001101 | 10101010 | 1011010 | 110111 | 0 | 100001 | 11011000 | 1010010 | 100101 |
Color Harmonies of #114DAA
Complementary color
Monochromatic Colors of #114DAA
Black with #114DAA
Text Example
Text Example
White with #114DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DAA; }
p { color: rgb(17,77,170); }
H1.HeaderClassName
{
color: #114DAA;
}
.AnyTagClassName
{
color: #114DAA;
}
</style>
background-color css
<style>
a { background-color: #114DAA; }
a { background-color: rgb(17,77,170); }
div.DivClassName
{
background-color: #114DAA;
}
.BgClassName
{
background-color: #114DAA;
}
</style>
border-color css
<style>
span { border-color: #114DAA; }
span { border-color: rgb(17,77,170); }
td.TdClassName
{
border-color: #114DAA;
}
.TagClassName
{
border-color: #114DAA;
}
</style>