Shades of Cobalt #01459C
Tints of Cobalt #01459C
RGB
CMYK
RGB Variations
Color information
#01459C (or 0x01459C) is known color: Cobalt. HEX triplet: 01, 45 and 9C. RGB value is (1,69,156). Sum of RGB (Red+Green+Blue) = 1+69+156=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #01459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01459C is #FEBA63. Grayscale: #3A3A3A. Windows color (decimal): -16693860 or 10241281. OLE color: 10241281.
HSL color Cylindrical-coordinate representation of color #01459C: hue angle of 213.68º 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 #01459C is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 69 | 156 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.39 |
| HSL | 213.68º | 0.99% | 0.31% | - |
| HSV(B) | 213.68º | 0.99% | 0.61% | - |
| XYZ | 8.14 | 6.66 | 32.31 | - |
| YUV | 58.59 | 182.97 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 156 | 0.99 | 0.56 | 0 | 0.39 | 213.68 | 0.99 | 0.31 |
| Hex | 1 | 45 | 9C | 63 | 38 | 0 | 27 | D6 | 63 | 1F |
| Octal | 1 | 105 | 234 | 143 | 70 | 0 | 47 | 326 | 143 | 37 |
| Binary | 1 | 1000101 | 10011100 | 1100011 | 111000 | 0 | 100111 | 11010110 | 1100011 | 11111 |
Color Harmonies of #01459C
Complementary color
Monochromatic Colors of #01459C
Black with #01459C
Text Example
Text Example
White with #01459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01459C; }
p { color: rgb(1,69,156); }
H1.HeaderClassName
{
color: #01459C;
}
.AnyTagClassName
{
color: #01459C;
}
</style>
background-color css
<style>
a { background-color: #01459C; }
a { background-color: rgb(1,69,156); }
div.DivClassName
{
background-color: #01459C;
}
.BgClassName
{
background-color: #01459C;
}
</style>
border-color css
<style>
span { border-color: #01459C; }
span { border-color: rgb(1,69,156); }
td.TdClassName
{
border-color: #01459C;
}
.TagClassName
{
border-color: #01459C;
}
</style>