Shades of Cobalt #0148BC
Tints of Cobalt #0148BC
RGB
CMYK
RGB Variations
Color information
#0148BC (or 0x0148BC) is known color: Cobalt. HEX triplet: 01, 48 and BC. RGB value is (1,72,188). Sum of RGB (Red+Green+Blue) = 1+72+188=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #0148BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0148BC is #FEB743. Grayscale: #3F3F3F. Windows color (decimal): -16693060 or 12339201. OLE color: 12339201.
HSL color Cylindrical-coordinate representation of color #0148BC: hue angle of 217.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0148BC is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 72 | 188 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.26 |
| HSL | 217.22º | 0.99% | 0.37% | - |
| HSV(B) | 217.22º | 0.99% | 0.74% | - |
| XYZ | 11.41 | 8.27 | 48.57 | - |
| YUV | 64 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 188 | 0.99 | 0.62 | 0 | 0.26 | 217.22 | 0.99 | 0.37 |
| Hex | 1 | 48 | BC | 63 | 3E | 0 | 1A | D9 | 63 | 25 |
| Octal | 1 | 110 | 274 | 143 | 76 | 0 | 32 | 331 | 143 | 45 |
| Binary | 1 | 1001000 | 10111100 | 1100011 | 111110 | 0 | 11010 | 11011001 | 1100011 | 100101 |
Color Harmonies of #0148BC
Complementary color
Monochromatic Colors of #0148BC
Black with #0148BC
Text Example
Text Example
White with #0148BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0148BC; }
p { color: rgb(1,72,188); }
H1.HeaderClassName
{
color: #0148BC;
}
.AnyTagClassName
{
color: #0148BC;
}
</style>
background-color css
<style>
a { background-color: #0148BC; }
a { background-color: rgb(1,72,188); }
div.DivClassName
{
background-color: #0148BC;
}
.BgClassName
{
background-color: #0148BC;
}
</style>
border-color css
<style>
span { border-color: #0148BC; }
span { border-color: rgb(1,72,188); }
td.TdClassName
{
border-color: #0148BC;
}
.TagClassName
{
border-color: #0148BC;
}
</style>