Shades of Cobalt #1046B2
Tints of Cobalt #1046B2
RGB
CMYK
RGB Variations
Color information
#1046B2 (or 0x1046B2) is known color: Cobalt. HEX triplet: 10, 46 and B2. RGB value is (16,70,178). Sum of RGB (Red+Green+Blue) = 16+70+178=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 178 (69.92% from 255 or 67.42% from 264); Max value from RGB is 178 - color contains mainly: blue. Hex color #1046B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1046B2 is #EFB94D. Grayscale: #414141. Windows color (decimal): -15710542 or 11683344. OLE color: 11683344.
HSL color Cylindrical-coordinate representation of color #1046B2: hue angle of 220º degrees, saturation: 0.84, 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 #1046B2 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 70 | 178 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.30 |
| HSL | 220º | 0.84% | 0.38% | - |
| HSV(B) | 220º | 0.91% | 0.7% | - |
| XYZ | 10.44 | 7.7 | 43.06 | - |
| YUV | 66.17 | 191.11 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 178 | 0.91 | 0.61 | 0 | 0.30 | 220 | 0.84 | 0.38 |
| Hex | 10 | 46 | B2 | 5B | 3D | 0 | 1E | DC | 54 | 26 |
| Octal | 20 | 106 | 262 | 133 | 75 | 0 | 36 | 334 | 124 | 46 |
| Binary | 10000 | 1000110 | 10110010 | 1011011 | 111101 | 0 | 11110 | 11011100 | 1010100 | 100110 |
Color Harmonies of #1046B2
Complementary color
Monochromatic Colors of #1046B2
Black with #1046B2
Text Example
Text Example
White with #1046B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1046B2; }
p { color: rgb(16,70,178); }
H1.HeaderClassName
{
color: #1046B2;
}
.AnyTagClassName
{
color: #1046B2;
}
</style>
background-color css
<style>
a { background-color: #1046B2; }
a { background-color: rgb(16,70,178); }
div.DivClassName
{
background-color: #1046B2;
}
.BgClassName
{
background-color: #1046B2;
}
</style>
border-color css
<style>
span { border-color: #1046B2; }
span { border-color: rgb(16,70,178); }
td.TdClassName
{
border-color: #1046B2;
}
.TagClassName
{
border-color: #1046B2;
}
</style>