Shades of Cobalt #114DA5
Tints of Cobalt #114DA5
RGB
CMYK
RGB Variations
Color information
#114DA5 (or 0x114DA5) is known color: Cobalt. HEX triplet: 11, 4D and A5. RGB value is (17,77,165). Sum of RGB (Red+Green+Blue) = 17+77+165=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 165 (64.84% from 255 or 63.71% from 259); Max value from RGB is 165 - color contains mainly: blue. Hex color #114DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DA5 is #EEB25A. Grayscale: #444444. Windows color (decimal): -15643227 or 10833169. OLE color: 10833169.
HSL color Cylindrical-coordinate representation of color #114DA5: hue angle of 215.68º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114DA5 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 77 | 165 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.35 |
| HSL | 215.68º | 0.81% | 0.36% | - |
| HSV(B) | 215.68º | 0.9% | 0.65% | - |
| XYZ | 9.68 | 8.14 | 36.66 | - |
| YUV | 69.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 165 | 0.90 | 0.53 | 0 | 0.35 | 215.68 | 0.81 | 0.36 |
| Hex | 11 | 4D | A5 | 5A | 35 | 0 | 23 | D8 | 51 | 24 |
| Octal | 21 | 115 | 245 | 132 | 65 | 0 | 43 | 330 | 121 | 44 |
| Binary | 10001 | 1001101 | 10100101 | 1011010 | 110101 | 0 | 100011 | 11011000 | 1010001 | 100100 |
Color Harmonies of #114DA5
Complementary color
Monochromatic Colors of #114DA5
Black with #114DA5
Text Example
Text Example
White with #114DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DA5; }
p { color: rgb(17,77,165); }
H1.HeaderClassName
{
color: #114DA5;
}
.AnyTagClassName
{
color: #114DA5;
}
</style>
background-color css
<style>
a { background-color: #114DA5; }
a { background-color: rgb(17,77,165); }
div.DivClassName
{
background-color: #114DA5;
}
.BgClassName
{
background-color: #114DA5;
}
</style>
border-color css
<style>
span { border-color: #114DA5; }
span { border-color: rgb(17,77,165); }
td.TdClassName
{
border-color: #114DA5;
}
.TagClassName
{
border-color: #114DA5;
}
</style>