Shades of Cobalt #114CB1
Tints of Cobalt #114CB1
RGB
CMYK
RGB Variations
Color information
#114CB1 (or 0x114CB1) is known color: Cobalt. HEX triplet: 11, 4C and B1. RGB value is (17,76,177). Sum of RGB (Red+Green+Blue) = 17+76+177=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 177 (69.53% from 255 or 65.56% from 270); Max value from RGB is 177 - color contains mainly: blue. Hex color #114CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114CB1 is #EEB34E. Grayscale: #454545. Windows color (decimal): -15643471 or 11619345. OLE color: 11619345.
HSL color Cylindrical-coordinate representation of color #114CB1: hue angle of 217.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114CB1 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 76 | 177 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.31 |
| HSL | 217.88º | 0.82% | 0.38% | - |
| HSV(B) | 217.88º | 0.9% | 0.69% | - |
| XYZ | 10.75 | 8.46 | 42.66 | - |
| YUV | 69.87 | 188.45 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 177 | 0.90 | 0.57 | 0 | 0.31 | 217.88 | 0.82 | 0.38 |
| Hex | 11 | 4C | B1 | 5A | 39 | 0 | 1F | DA | 52 | 26 |
| Octal | 21 | 114 | 261 | 132 | 71 | 0 | 37 | 332 | 122 | 46 |
| Binary | 10001 | 1001100 | 10110001 | 1011010 | 111001 | 0 | 11111 | 11011010 | 1010010 | 100110 |
Color Harmonies of #114CB1
Complementary color
Monochromatic Colors of #114CB1
Black with #114CB1
Text Example
Text Example
White with #114CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CB1; }
p { color: rgb(17,76,177); }
H1.HeaderClassName
{
color: #114CB1;
}
.AnyTagClassName
{
color: #114CB1;
}
</style>
background-color css
<style>
a { background-color: #114CB1; }
a { background-color: rgb(17,76,177); }
div.DivClassName
{
background-color: #114CB1;
}
.BgClassName
{
background-color: #114CB1;
}
</style>
border-color css
<style>
span { border-color: #114CB1; }
span { border-color: rgb(17,76,177); }
td.TdClassName
{
border-color: #114CB1;
}
.TagClassName
{
border-color: #114CB1;
}
</style>