Shades of Cobalt #0148CB
Tints of Cobalt #0148CB
RGB
CMYK
RGB Variations
Color information
#0148CB (or 0x0148CB) is known color: Cobalt. HEX triplet: 01, 48 and CB. RGB value is (1,72,203). Sum of RGB (Red+Green+Blue) = 1+72+203=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #0148CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0148CB is #FEB734. Grayscale: #414141. Windows color (decimal): -16693045 or 13322241. OLE color: 13322241.
HSL color Cylindrical-coordinate representation of color #0148CB: hue angle of 218.91º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0148CB is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 72 | 203 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.20 |
| HSL | 218.91º | 0.99% | 0.4% | - |
| HSV(B) | 218.91º | 1% | 0.8% | - |
| XYZ | 13.11 | 8.95 | 57.54 | - |
| YUV | 65.71 | 205.48 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 72 | 203 | 1.00 | 0.65 | 0 | 0.20 | 218.91 | 0.99 | 0.4 |
| Hex | 1 | 48 | CB | 64 | 41 | 0 | 14 | DB | 63 | 28 |
| Octal | 1 | 110 | 313 | 144 | 101 | 0 | 24 | 333 | 143 | 50 |
| Binary | 1 | 1001000 | 11001011 | 1100100 | 1000001 | 0 | 10100 | 11011011 | 1100011 | 101000 |
Color Harmonies of #0148CB
Complementary color
Monochromatic Colors of #0148CB
Black with #0148CB
Text Example
Text Example
White with #0148CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0148CB; }
p { color: rgb(1,72,203); }
H1.HeaderClassName
{
color: #0148CB;
}
.AnyTagClassName
{
color: #0148CB;
}
</style>
background-color css
<style>
a { background-color: #0148CB; }
a { background-color: rgb(1,72,203); }
div.DivClassName
{
background-color: #0148CB;
}
.BgClassName
{
background-color: #0148CB;
}
</style>
border-color css
<style>
span { border-color: #0148CB; }
span { border-color: rgb(1,72,203); }
td.TdClassName
{
border-color: #0148CB;
}
.TagClassName
{
border-color: #0148CB;
}
</style>