Shades of Cobalt #114DB3
Tints of Cobalt #114DB3
RGB
CMYK
RGB Variations
Color information
#114DB3 (or 0x114DB3) is known color: Cobalt. HEX triplet: 11, 4D and B3. RGB value is (17,77,179). Sum of RGB (Red+Green+Blue) = 17+77+179=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #114DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DB3 is #EEB24C. Grayscale: #464646. Windows color (decimal): -15643213 or 11750673. OLE color: 11750673.
HSL color Cylindrical-coordinate representation of color #114DB3: hue angle of 217.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114DB3 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 77 | 179 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.30 |
| HSL | 217.78º | 0.83% | 0.38% | - |
| HSV(B) | 217.78º | 0.91% | 0.7% | - |
| XYZ | 11.02 | 8.68 | 43.74 | - |
| YUV | 70.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 179 | 0.91 | 0.57 | 0 | 0.30 | 217.78 | 0.83 | 0.38 |
| Hex | 11 | 4D | B3 | 5B | 39 | 0 | 1E | DA | 53 | 26 |
| Octal | 21 | 115 | 263 | 133 | 71 | 0 | 36 | 332 | 123 | 46 |
| Binary | 10001 | 1001101 | 10110011 | 1011011 | 111001 | 0 | 11110 | 11011010 | 1010011 | 100110 |
Color Harmonies of #114DB3
Complementary color
Monochromatic Colors of #114DB3
Black with #114DB3
Text Example
Text Example
White with #114DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DB3; }
p { color: rgb(17,77,179); }
H1.HeaderClassName
{
color: #114DB3;
}
.AnyTagClassName
{
color: #114DB3;
}
</style>
background-color css
<style>
a { background-color: #114DB3; }
a { background-color: rgb(17,77,179); }
div.DivClassName
{
background-color: #114DB3;
}
.BgClassName
{
background-color: #114DB3;
}
</style>
border-color css
<style>
span { border-color: #114DB3; }
span { border-color: rgb(17,77,179); }
td.TdClassName
{
border-color: #114DB3;
}
.TagClassName
{
border-color: #114DB3;
}
</style>