Shades of Cobalt #014BC7
Tints of Cobalt #014BC7
RGB
CMYK
RGB Variations
Color information
#014BC7 (or 0x014BC7) is known color: Cobalt. HEX triplet: 01, 4B and C7. RGB value is (1,75,199). Sum of RGB (Red+Green+Blue) = 1+75+199=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 199 (78.12% from 255 or 72.36% from 275); Max value from RGB is 199 - color contains mainly: blue. Hex color #014BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BC7 is #FEB438. Grayscale: #424242. Windows color (decimal): -16692281 or 13060865. OLE color: 13060865.
HSL color Cylindrical-coordinate representation of color #014BC7: hue angle of 217.58º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BC7 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 75 | 199 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.22 |
| HSL | 217.58º | 0.99% | 0.39% | - |
| HSV(B) | 217.58º | 0.99% | 0.78% | - |
| XYZ | 12.84 | 9.16 | 55.12 | - |
| YUV | 67.01 | 202.48 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 199 | 0.99 | 0.62 | 0 | 0.22 | 217.58 | 0.99 | 0.39 |
| Hex | 1 | 4B | C7 | 63 | 3E | 0 | 16 | DA | 63 | 27 |
| Octal | 1 | 113 | 307 | 143 | 76 | 0 | 26 | 332 | 143 | 47 |
| Binary | 1 | 1001011 | 11000111 | 1100011 | 111110 | 0 | 10110 | 11011010 | 1100011 | 100111 |
Color Harmonies of #014BC7
Complementary color
Monochromatic Colors of #014BC7
Black with #014BC7
Text Example
Text Example
White with #014BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BC7; }
p { color: rgb(1,75,199); }
H1.HeaderClassName
{
color: #014BC7;
}
.AnyTagClassName
{
color: #014BC7;
}
</style>
background-color css
<style>
a { background-color: #014BC7; }
a { background-color: rgb(1,75,199); }
div.DivClassName
{
background-color: #014BC7;
}
.BgClassName
{
background-color: #014BC7;
}
</style>
border-color css
<style>
span { border-color: #014BC7; }
span { border-color: rgb(1,75,199); }
td.TdClassName
{
border-color: #014BC7;
}
.TagClassName
{
border-color: #014BC7;
}
</style>