Shades of Cobalt #114DB5
Tints of Cobalt #114DB5
RGB
CMYK
RGB Variations
Color information
#114DB5 (or 0x114DB5) is known color: Cobalt. HEX triplet: 11, 4D and B5. RGB value is (17,77,181). Sum of RGB (Red+Green+Blue) = 17+77+181=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 181 (71.09% from 255 or 65.82% from 275); Max value from RGB is 181 - color contains mainly: blue. Hex color #114DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DB5 is #EEB24A. Grayscale: #464646. Windows color (decimal): -15643211 or 11881745. OLE color: 11881745.
HSL color Cylindrical-coordinate representation of color #114DB5: hue angle of 218.05º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114DB5 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 77 | 181 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.29 |
| HSL | 218.05º | 0.83% | 0.39% | - |
| HSV(B) | 218.05º | 0.91% | 0.71% | - |
| XYZ | 11.23 | 8.76 | 44.82 | - |
| YUV | 70.92 | 190.12 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 181 | 0.91 | 0.57 | 0 | 0.29 | 218.05 | 0.83 | 0.39 |
| Hex | 11 | 4D | B5 | 5B | 39 | 0 | 1D | DA | 53 | 27 |
| Octal | 21 | 115 | 265 | 133 | 71 | 0 | 35 | 332 | 123 | 47 |
| Binary | 10001 | 1001101 | 10110101 | 1011011 | 111001 | 0 | 11101 | 11011010 | 1010011 | 100111 |
Color Harmonies of #114DB5
Complementary color
Monochromatic Colors of #114DB5
Black with #114DB5
Text Example
Text Example
White with #114DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DB5; }
p { color: rgb(17,77,181); }
H1.HeaderClassName
{
color: #114DB5;
}
.AnyTagClassName
{
color: #114DB5;
}
</style>
background-color css
<style>
a { background-color: #114DB5; }
a { background-color: rgb(17,77,181); }
div.DivClassName
{
background-color: #114DB5;
}
.BgClassName
{
background-color: #114DB5;
}
</style>
border-color css
<style>
span { border-color: #114DB5; }
span { border-color: rgb(17,77,181); }
td.TdClassName
{
border-color: #114DB5;
}
.TagClassName
{
border-color: #114DB5;
}
</style>