Shades of Cobalt #014CB0
Tints of Cobalt #014CB0
RGB
CMYK
RGB Variations
Color information
#014CB0 (or 0x014CB0) is known color: Cobalt. HEX triplet: 01, 4C and B0. RGB value is (1,76,176). Sum of RGB (Red+Green+Blue) = 1+76+176=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 176 (69.14% from 255 or 69.57% from 253); Max value from RGB is 176 - color contains mainly: blue. Hex color #014CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CB0 is #FEB34F. Grayscale: #404040. Windows color (decimal): -16692048 or 11553793. OLE color: 11553793.
HSL color Cylindrical-coordinate representation of color #014CB0: hue angle of 214.29º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014CB0 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 76 | 176 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.31 |
| HSL | 214.29º | 0.99% | 0.35% | - |
| HSV(B) | 214.29º | 0.99% | 0.69% | - |
| XYZ | 10.43 | 8.31 | 42.13 | - |
| YUV | 64.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 176 | 0.99 | 0.57 | 0 | 0.31 | 214.29 | 0.99 | 0.35 |
| Hex | 1 | 4C | B0 | 63 | 39 | 0 | 1F | D6 | 63 | 23 |
| Octal | 1 | 114 | 260 | 143 | 71 | 0 | 37 | 326 | 143 | 43 |
| Binary | 1 | 1001100 | 10110000 | 1100011 | 111001 | 0 | 11111 | 11010110 | 1100011 | 100011 |
Color Harmonies of #014CB0
Complementary color
Monochromatic Colors of #014CB0
Black with #014CB0
Text Example
Text Example
White with #014CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CB0; }
p { color: rgb(1,76,176); }
H1.HeaderClassName
{
color: #014CB0;
}
.AnyTagClassName
{
color: #014CB0;
}
</style>
background-color css
<style>
a { background-color: #014CB0; }
a { background-color: rgb(1,76,176); }
div.DivClassName
{
background-color: #014CB0;
}
.BgClassName
{
background-color: #014CB0;
}
</style>
border-color css
<style>
span { border-color: #014CB0; }
span { border-color: rgb(1,76,176); }
td.TdClassName
{
border-color: #014CB0;
}
.TagClassName
{
border-color: #014CB0;
}
</style>