Shades of Cobalt #014BBC
Tints of Cobalt #014BBC
RGB
CMYK
RGB Variations
Color information
#014BBC (or 0x014BBC) is known color: Cobalt. HEX triplet: 01, 4B and BC. RGB value is (1,75,188). Sum of RGB (Red+Green+Blue) = 1+75+188=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #014BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BBC is #FEB443. Grayscale: #414141. Windows color (decimal): -16692292 or 12339969. OLE color: 12339969.
HSL color Cylindrical-coordinate representation of color #014BBC: hue angle of 216.26º 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 #014BBC is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 75 | 188 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.26 |
| HSL | 216.26º | 0.99% | 0.37% | - |
| HSV(B) | 216.26º | 0.99% | 0.74% | - |
| XYZ | 11.61 | 8.67 | 48.64 | - |
| YUV | 65.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 188 | 0.99 | 0.60 | 0 | 0.26 | 216.26 | 0.99 | 0.37 |
| Hex | 1 | 4B | BC | 63 | 3C | 0 | 1A | D8 | 63 | 25 |
| Octal | 1 | 113 | 274 | 143 | 74 | 0 | 32 | 330 | 143 | 45 |
| Binary | 1 | 1001011 | 10111100 | 1100011 | 111100 | 0 | 11010 | 11011000 | 1100011 | 100101 |
Color Harmonies of #014BBC
Complementary color
Monochromatic Colors of #014BBC
Black with #014BBC
Text Example
Text Example
White with #014BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BBC; }
p { color: rgb(1,75,188); }
H1.HeaderClassName
{
color: #014BBC;
}
.AnyTagClassName
{
color: #014BBC;
}
</style>
background-color css
<style>
a { background-color: #014BBC; }
a { background-color: rgb(1,75,188); }
div.DivClassName
{
background-color: #014BBC;
}
.BgClassName
{
background-color: #014BBC;
}
</style>
border-color css
<style>
span { border-color: #014BBC; }
span { border-color: rgb(1,75,188); }
td.TdClassName
{
border-color: #014BBC;
}
.TagClassName
{
border-color: #014BBC;
}
</style>