Shades of Cobalt #01429D
Tints of Cobalt #01429D
RGB
CMYK
RGB Variations
Color information
#01429D (or 0x01429D) is known color: Cobalt. HEX triplet: 01, 42 and 9D. RGB value is (1,66,157). Sum of RGB (Red+Green+Blue) = 1+66+157=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #01429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01429D is #FEBD62. Grayscale: #383838. Windows color (decimal): -16694627 or 10306049. OLE color: 10306049.
HSL color Cylindrical-coordinate representation of color #01429D: hue angle of 215º 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 #01429D is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 66 | 157 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.38 |
| HSL | 215º | 0.99% | 0.31% | - |
| HSV(B) | 215º | 0.99% | 0.62% | - |
| XYZ | 8.05 | 6.34 | 32.7 | - |
| YUV | 56.94 | 184.47 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 157 | 0.99 | 0.58 | 0 | 0.38 | 215 | 0.99 | 0.31 |
| Hex | 1 | 42 | 9D | 63 | 3A | 0 | 26 | D7 | 63 | 1F |
| Octal | 1 | 102 | 235 | 143 | 72 | 0 | 46 | 327 | 143 | 37 |
| Binary | 1 | 1000010 | 10011101 | 1100011 | 111010 | 0 | 100110 | 11010111 | 1100011 | 11111 |
Color Harmonies of #01429D
Complementary color
Monochromatic Colors of #01429D
Black with #01429D
Text Example
Text Example
White with #01429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01429D; }
p { color: rgb(1,66,157); }
H1.HeaderClassName
{
color: #01429D;
}
.AnyTagClassName
{
color: #01429D;
}
</style>
background-color css
<style>
a { background-color: #01429D; }
a { background-color: rgb(1,66,157); }
div.DivClassName
{
background-color: #01429D;
}
.BgClassName
{
background-color: #01429D;
}
</style>
border-color css
<style>
span { border-color: #01429D; }
span { border-color: rgb(1,66,157); }
td.TdClassName
{
border-color: #01429D;
}
.TagClassName
{
border-color: #01429D;
}
</style>