Shades of Cobalt #114CB2
Tints of Cobalt #114CB2
RGB
CMYK
RGB Variations
Color information
#114CB2 (or 0x114CB2) is known color: Cobalt. HEX triplet: 11, 4C and B2. RGB value is (17,76,178). Sum of RGB (Red+Green+Blue) = 17+76+178=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #114CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114CB2 is #EEB34D. Grayscale: #454545. Windows color (decimal): -15643470 or 11684881. OLE color: 11684881.
HSL color Cylindrical-coordinate representation of color #114CB2: hue angle of 218.01º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114CB2 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 76 | 178 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.30 |
| HSL | 218.01º | 0.83% | 0.38% | - |
| HSV(B) | 218.01º | 0.9% | 0.7% | - |
| XYZ | 10.85 | 8.5 | 43.19 | - |
| YUV | 69.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 178 | 0.90 | 0.57 | 0 | 0.30 | 218.01 | 0.83 | 0.38 |
| Hex | 11 | 4C | B2 | 5A | 39 | 0 | 1E | DA | 53 | 26 |
| Octal | 21 | 114 | 262 | 132 | 71 | 0 | 36 | 332 | 123 | 46 |
| Binary | 10001 | 1001100 | 10110010 | 1011010 | 111001 | 0 | 11110 | 11011010 | 1010011 | 100110 |
Color Harmonies of #114CB2
Complementary color
Monochromatic Colors of #114CB2
Black with #114CB2
Text Example
Text Example
White with #114CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CB2; }
p { color: rgb(17,76,178); }
H1.HeaderClassName
{
color: #114CB2;
}
.AnyTagClassName
{
color: #114CB2;
}
</style>
background-color css
<style>
a { background-color: #114CB2; }
a { background-color: rgb(17,76,178); }
div.DivClassName
{
background-color: #114CB2;
}
.BgClassName
{
background-color: #114CB2;
}
</style>
border-color css
<style>
span { border-color: #114CB2; }
span { border-color: rgb(17,76,178); }
td.TdClassName
{
border-color: #114CB2;
}
.TagClassName
{
border-color: #114CB2;
}
</style>