Shades of Cobalt #01479C
Tints of Cobalt #01479C
RGB
CMYK
RGB Variations
Color information
#01479C (or 0x01479C) is known color: Cobalt. HEX triplet: 01, 47 and 9C. RGB value is (1,71,156). Sum of RGB (Red+Green+Blue) = 1+71+156=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #01479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01479C is #FEB863. Grayscale: #3B3B3B. Windows color (decimal): -16693348 or 10241793. OLE color: 10241793.
HSL color Cylindrical-coordinate representation of color #01479C: hue angle of 212.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01479C is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 71 | 156 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.39 |
| HSL | 212.9º | 0.99% | 0.31% | - |
| HSV(B) | 212.9º | 0.99% | 0.61% | - |
| XYZ | 8.27 | 6.91 | 32.35 | - |
| YUV | 59.76 | 182.31 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 156 | 0.99 | 0.54 | 0 | 0.39 | 212.9 | 0.99 | 0.31 |
| Hex | 1 | 47 | 9C | 63 | 36 | 0 | 27 | D5 | 63 | 1F |
| Octal | 1 | 107 | 234 | 143 | 66 | 0 | 47 | 325 | 143 | 37 |
| Binary | 1 | 1000111 | 10011100 | 1100011 | 110110 | 0 | 100111 | 11010101 | 1100011 | 11111 |
Color Harmonies of #01479C
Complementary color
Monochromatic Colors of #01479C
Black with #01479C
Text Example
Text Example
White with #01479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01479C; }
p { color: rgb(1,71,156); }
H1.HeaderClassName
{
color: #01479C;
}
.AnyTagClassName
{
color: #01479C;
}
</style>
background-color css
<style>
a { background-color: #01479C; }
a { background-color: rgb(1,71,156); }
div.DivClassName
{
background-color: #01479C;
}
.BgClassName
{
background-color: #01479C;
}
</style>
border-color css
<style>
span { border-color: #01479C; }
span { border-color: rgb(1,71,156); }
td.TdClassName
{
border-color: #01479C;
}
.TagClassName
{
border-color: #01479C;
}
</style>