Shades of Cobalt #0146BF
Tints of Cobalt #0146BF
RGB
CMYK
RGB Variations
Color information
#0146BF (or 0x0146BF) is known color: Cobalt. HEX triplet: 01, 46 and BF. RGB value is (1,70,191). Sum of RGB (Red+Green+Blue) = 1+70+191=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #0146BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0146BF is #FEB940. Grayscale: #3E3E3E. Windows color (decimal): -16693569 or 12535297. OLE color: 12535297.
HSL color Cylindrical-coordinate representation of color #0146BF: hue angle of 218.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0146BF is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 70 | 191 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.25 |
| HSL | 218.21º | 0.99% | 0.38% | - |
| HSV(B) | 218.21º | 0.99% | 0.75% | - |
| XYZ | 11.61 | 8.15 | 50.25 | - |
| YUV | 63.16 | 200.14 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 191 | 0.99 | 0.63 | 0 | 0.25 | 218.21 | 0.99 | 0.38 |
| Hex | 1 | 46 | BF | 63 | 3F | 0 | 19 | DA | 63 | 26 |
| Octal | 1 | 106 | 277 | 143 | 77 | 0 | 31 | 332 | 143 | 46 |
| Binary | 1 | 1000110 | 10111111 | 1100011 | 111111 | 0 | 11001 | 11011010 | 1100011 | 100110 |
Color Harmonies of #0146BF
Complementary color
Monochromatic Colors of #0146BF
Black with #0146BF
Text Example
Text Example
White with #0146BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0146BF; }
p { color: rgb(1,70,191); }
H1.HeaderClassName
{
color: #0146BF;
}
.AnyTagClassName
{
color: #0146BF;
}
</style>
background-color css
<style>
a { background-color: #0146BF; }
a { background-color: rgb(1,70,191); }
div.DivClassName
{
background-color: #0146BF;
}
.BgClassName
{
background-color: #0146BF;
}
</style>
border-color css
<style>
span { border-color: #0146BF; }
span { border-color: rgb(1,70,191); }
td.TdClassName
{
border-color: #0146BF;
}
.TagClassName
{
border-color: #0146BF;
}
</style>