Shades of Cobalt #01449D
Tints of Cobalt #01449D
RGB
CMYK
RGB Variations
Color information
#01449D (or 0x01449D) is known color: Cobalt. HEX triplet: 01, 44 and 9D. RGB value is (1,68,157). Sum of RGB (Red+Green+Blue) = 1+68+157=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #01449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01449D is #FEBB62. Grayscale: #393939. Windows color (decimal): -16694115 or 10306561. OLE color: 10306561.
HSL color Cylindrical-coordinate representation of color #01449D: hue angle of 214.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01449D is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 68 | 157 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.38 |
| HSL | 214.23º | 0.99% | 0.31% | - |
| HSV(B) | 214.23º | 0.99% | 0.62% | - |
| XYZ | 8.17 | 6.58 | 32.74 | - |
| YUV | 58.11 | 183.8 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 157 | 0.99 | 0.57 | 0 | 0.38 | 214.23 | 0.99 | 0.31 |
| Hex | 1 | 44 | 9D | 63 | 39 | 0 | 26 | D6 | 63 | 1F |
| Octal | 1 | 104 | 235 | 143 | 71 | 0 | 46 | 326 | 143 | 37 |
| Binary | 1 | 1000100 | 10011101 | 1100011 | 111001 | 0 | 100110 | 11010110 | 1100011 | 11111 |
Color Harmonies of #01449D
Complementary color
Monochromatic Colors of #01449D
Black with #01449D
Text Example
Text Example
White with #01449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01449D; }
p { color: rgb(1,68,157); }
H1.HeaderClassName
{
color: #01449D;
}
.AnyTagClassName
{
color: #01449D;
}
</style>
background-color css
<style>
a { background-color: #01449D; }
a { background-color: rgb(1,68,157); }
div.DivClassName
{
background-color: #01449D;
}
.BgClassName
{
background-color: #01449D;
}
</style>
border-color css
<style>
span { border-color: #01449D; }
span { border-color: rgb(1,68,157); }
td.TdClassName
{
border-color: #01449D;
}
.TagClassName
{
border-color: #01449D;
}
</style>