Shades of Cobalt #014BBF
Tints of Cobalt #014BBF
RGB
CMYK
RGB Variations
Color information
#014BBF (or 0x014BBF) is known color: Cobalt. HEX triplet: 01, 4B and BF. RGB value is (1,75,191). Sum of RGB (Red+Green+Blue) = 1+75+191=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #014BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BBF is #FEB440. Grayscale: #414141. Windows color (decimal): -16692289 or 12536577. OLE color: 12536577.
HSL color Cylindrical-coordinate representation of color #014BBF: hue angle of 216.63º 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 #014BBF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 75 | 191 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.25 |
| HSL | 216.63º | 0.99% | 0.38% | - |
| HSV(B) | 216.63º | 0.99% | 0.75% | - |
| XYZ | 11.93 | 8.8 | 50.36 | - |
| YUV | 66.1 | 198.48 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 191 | 0.99 | 0.61 | 0 | 0.25 | 216.63 | 0.99 | 0.38 |
| Hex | 1 | 4B | BF | 63 | 3D | 0 | 19 | D9 | 63 | 26 |
| Octal | 1 | 113 | 277 | 143 | 75 | 0 | 31 | 331 | 143 | 46 |
| Binary | 1 | 1001011 | 10111111 | 1100011 | 111101 | 0 | 11001 | 11011001 | 1100011 | 100110 |
Color Harmonies of #014BBF
Complementary color
Monochromatic Colors of #014BBF
Black with #014BBF
Text Example
Text Example
White with #014BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BBF; }
p { color: rgb(1,75,191); }
H1.HeaderClassName
{
color: #014BBF;
}
.AnyTagClassName
{
color: #014BBF;
}
</style>
background-color css
<style>
a { background-color: #014BBF; }
a { background-color: rgb(1,75,191); }
div.DivClassName
{
background-color: #014BBF;
}
.BgClassName
{
background-color: #014BBF;
}
</style>
border-color css
<style>
span { border-color: #014BBF; }
span { border-color: rgb(1,75,191); }
td.TdClassName
{
border-color: #014BBF;
}
.TagClassName
{
border-color: #014BBF;
}
</style>