Shades of Cobalt #1046B7
Tints of Cobalt #1046B7
RGB
CMYK
RGB Variations
Color information
#1046B7 (or 0x1046B7) is known color: Cobalt. HEX triplet: 10, 46 and B7. RGB value is (16,70,183). Sum of RGB (Red+Green+Blue) = 16+70+183=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 183 (71.88% from 255 or 68.03% from 269); Max value from RGB is 183 - color contains mainly: blue. Hex color #1046B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1046B7 is #EFB948. Grayscale: #424242. Windows color (decimal): -15710537 or 12011024. OLE color: 12011024.
HSL color Cylindrical-coordinate representation of color #1046B7: hue angle of 220.6º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1046B7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 70 | 183 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.28 |
| HSL | 220.6º | 0.84% | 0.39% | - |
| HSV(B) | 220.6º | 0.91% | 0.72% | - |
| XYZ | 10.95 | 7.91 | 45.75 | - |
| YUV | 66.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 183 | 0.91 | 0.62 | 0 | 0.28 | 220.6 | 0.84 | 0.39 |
| Hex | 10 | 46 | B7 | 5B | 3E | 0 | 1C | DD | 54 | 27 |
| Octal | 20 | 106 | 267 | 133 | 76 | 0 | 34 | 335 | 124 | 47 |
| Binary | 10000 | 1000110 | 10110111 | 1011011 | 111110 | 0 | 11100 | 11011101 | 1010100 | 100111 |
Color Harmonies of #1046B7
Complementary color
Monochromatic Colors of #1046B7
Black with #1046B7
Text Example
Text Example
White with #1046B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1046B7; }
p { color: rgb(16,70,183); }
H1.HeaderClassName
{
color: #1046B7;
}
.AnyTagClassName
{
color: #1046B7;
}
</style>
background-color css
<style>
a { background-color: #1046B7; }
a { background-color: rgb(16,70,183); }
div.DivClassName
{
background-color: #1046B7;
}
.BgClassName
{
background-color: #1046B7;
}
</style>
border-color css
<style>
span { border-color: #1046B7; }
span { border-color: rgb(16,70,183); }
td.TdClassName
{
border-color: #1046B7;
}
.TagClassName
{
border-color: #1046B7;
}
</style>