Shades of Cobalt #114FAC
Tints of Cobalt #114FAC
RGB
CMYK
RGB Variations
Color information
#114FAC (or 0x114FAC) is known color: Cobalt. HEX triplet: 11, 4F and AC. RGB value is (17,79,172). Sum of RGB (Red+Green+Blue) = 17+79+172=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #114FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114FAC is #EEB053. Grayscale: #464646. Windows color (decimal): -15642708 or 11292433. OLE color: 11292433.
HSL color Cylindrical-coordinate representation of color #114FAC: hue angle of 216º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114FAC is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 79 | 172 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.33 |
| HSL | 216º | 0.82% | 0.37% | - |
| HSV(B) | 216º | 0.9% | 0.67% | - |
| XYZ | 10.47 | 8.69 | 40.15 | - |
| YUV | 71.06 | 184.96 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 172 | 0.90 | 0.54 | 0 | 0.33 | 216 | 0.82 | 0.37 |
| Hex | 11 | 4F | AC | 5A | 36 | 0 | 21 | D8 | 52 | 25 |
| Octal | 21 | 117 | 254 | 132 | 66 | 0 | 41 | 330 | 122 | 45 |
| Binary | 10001 | 1001111 | 10101100 | 1011010 | 110110 | 0 | 100001 | 11011000 | 1010010 | 100101 |
Color Harmonies of #114FAC
Complementary color
Monochromatic Colors of #114FAC
Black with #114FAC
Text Example
Text Example
White with #114FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114FAC; }
p { color: rgb(17,79,172); }
H1.HeaderClassName
{
color: #114FAC;
}
.AnyTagClassName
{
color: #114FAC;
}
</style>
background-color css
<style>
a { background-color: #114FAC; }
a { background-color: rgb(17,79,172); }
div.DivClassName
{
background-color: #114FAC;
}
.BgClassName
{
background-color: #114FAC;
}
</style>
border-color css
<style>
span { border-color: #114FAC; }
span { border-color: rgb(17,79,172); }
td.TdClassName
{
border-color: #114FAC;
}
.TagClassName
{
border-color: #114FAC;
}
</style>