Shades of Cobalt #0147BF
Tints of Cobalt #0147BF
RGB
CMYK
RGB Variations
Color information
#0147BF (or 0x0147BF) is known color: Cobalt. HEX triplet: 01, 47 and BF. RGB value is (1,71,191). Sum of RGB (Red+Green+Blue) = 1+71+191=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #0147BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0147BF is #FEB840. Grayscale: #3F3F3F. Windows color (decimal): -16693313 or 12535553. OLE color: 12535553.
HSL color Cylindrical-coordinate representation of color #0147BF: hue angle of 217.89º 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 #0147BF is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 71 | 191 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.25 |
| HSL | 217.89º | 0.99% | 0.38% | - |
| HSV(B) | 217.89º | 0.99% | 0.75% | - |
| XYZ | 11.67 | 8.27 | 50.27 | - |
| YUV | 63.75 | 199.81 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 191 | 0.99 | 0.63 | 0 | 0.25 | 217.89 | 0.99 | 0.38 |
| Hex | 1 | 47 | BF | 63 | 3F | 0 | 19 | DA | 63 | 26 |
| Octal | 1 | 107 | 277 | 143 | 77 | 0 | 31 | 332 | 143 | 46 |
| Binary | 1 | 1000111 | 10111111 | 1100011 | 111111 | 0 | 11001 | 11011010 | 1100011 | 100110 |
Color Harmonies of #0147BF
Complementary color
Monochromatic Colors of #0147BF
Black with #0147BF
Text Example
Text Example
White with #0147BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0147BF; }
p { color: rgb(1,71,191); }
H1.HeaderClassName
{
color: #0147BF;
}
.AnyTagClassName
{
color: #0147BF;
}
</style>
background-color css
<style>
a { background-color: #0147BF; }
a { background-color: rgb(1,71,191); }
div.DivClassName
{
background-color: #0147BF;
}
.BgClassName
{
background-color: #0147BF;
}
</style>
border-color css
<style>
span { border-color: #0147BF; }
span { border-color: rgb(1,71,191); }
td.TdClassName
{
border-color: #0147BF;
}
.TagClassName
{
border-color: #0147BF;
}
</style>