Shades of Cobalt #114BA7
Tints of Cobalt #114BA7
RGB
CMYK
RGB Variations
Color information
#114BA7 (or 0x114BA7) is known color: Cobalt. HEX triplet: 11, 4B and A7. RGB value is (17,75,167). Sum of RGB (Red+Green+Blue) = 17+75+167=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #114BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114BA7 is #EEB458. Grayscale: #434343. Windows color (decimal): -15643737 or 10963729. OLE color: 10963729.
HSL color Cylindrical-coordinate representation of color #114BA7: hue angle of 216.8º degrees, saturation: 0.82, 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 #114BA7 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 75 | 167 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.35 |
| HSL | 216.8º | 0.82% | 0.36% | - |
| HSV(B) | 216.8º | 0.9% | 0.65% | - |
| XYZ | 9.72 | 7.94 | 37.58 | - |
| YUV | 68.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 167 | 0.90 | 0.55 | 0 | 0.35 | 216.8 | 0.82 | 0.36 |
| Hex | 11 | 4B | A7 | 5A | 37 | 0 | 23 | D9 | 52 | 24 |
| Octal | 21 | 113 | 247 | 132 | 67 | 0 | 43 | 331 | 122 | 44 |
| Binary | 10001 | 1001011 | 10100111 | 1011010 | 110111 | 0 | 100011 | 11011001 | 1010010 | 100100 |
Color Harmonies of #114BA7
Complementary color
Monochromatic Colors of #114BA7
Black with #114BA7
Text Example
Text Example
White with #114BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BA7; }
p { color: rgb(17,75,167); }
H1.HeaderClassName
{
color: #114BA7;
}
.AnyTagClassName
{
color: #114BA7;
}
</style>
background-color css
<style>
a { background-color: #114BA7; }
a { background-color: rgb(17,75,167); }
div.DivClassName
{
background-color: #114BA7;
}
.BgClassName
{
background-color: #114BA7;
}
</style>
border-color css
<style>
span { border-color: #114BA7; }
span { border-color: rgb(17,75,167); }
td.TdClassName
{
border-color: #114BA7;
}
.TagClassName
{
border-color: #114BA7;
}
</style>