Shades of Cobalt #114DB0
Tints of Cobalt #114DB0
RGB
CMYK
RGB Variations
Color information
#114DB0 (or 0x114DB0) is known color: Cobalt. HEX triplet: 11, 4D and B0. RGB value is (17,77,176). Sum of RGB (Red+Green+Blue) = 17+77+176=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #114DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DB0 is #EEB24F. Grayscale: #454545. Windows color (decimal): -15643216 or 11554065. OLE color: 11554065.
HSL color Cylindrical-coordinate representation of color #114DB0: hue angle of 217.36º 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 #114DB0 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 77 | 176 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.31 |
| HSL | 217.36º | 0.82% | 0.38% | - |
| HSV(B) | 217.36º | 0.9% | 0.69% | - |
| XYZ | 10.72 | 8.56 | 42.16 | - |
| YUV | 70.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 176 | 0.90 | 0.56 | 0 | 0.31 | 217.36 | 0.82 | 0.38 |
| Hex | 11 | 4D | B0 | 5A | 38 | 0 | 1F | D9 | 52 | 26 |
| Octal | 21 | 115 | 260 | 132 | 70 | 0 | 37 | 331 | 122 | 46 |
| Binary | 10001 | 1001101 | 10110000 | 1011010 | 111000 | 0 | 11111 | 11011001 | 1010010 | 100110 |
Color Harmonies of #114DB0
Complementary color
Monochromatic Colors of #114DB0
Black with #114DB0
Text Example
Text Example
White with #114DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DB0; }
p { color: rgb(17,77,176); }
H1.HeaderClassName
{
color: #114DB0;
}
.AnyTagClassName
{
color: #114DB0;
}
</style>
background-color css
<style>
a { background-color: #114DB0; }
a { background-color: rgb(17,77,176); }
div.DivClassName
{
background-color: #114DB0;
}
.BgClassName
{
background-color: #114DB0;
}
</style>
border-color css
<style>
span { border-color: #114DB0; }
span { border-color: rgb(17,77,176); }
td.TdClassName
{
border-color: #114DB0;
}
.TagClassName
{
border-color: #114DB0;
}
</style>