Shades of Cobalt #01529C
Tints of Cobalt #01529C
RGB
CMYK
RGB Variations
Color information
#01529C (or 0x01529C) is known color: Cobalt. HEX triplet: 01, 52 and 9C. RGB value is (1,82,156). Sum of RGB (Red+Green+Blue) = 1+82+156=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #01529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01529C is #FEAD63. Grayscale: #414141. Windows color (decimal): -16690532 or 10244609. OLE color: 10244609.
HSL color Cylindrical-coordinate representation of color #01529C: hue angle of 208.65º 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 #01529C is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 82 | 156 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.39 |
| HSL | 208.65º | 0.99% | 0.31% | - |
| HSV(B) | 208.65º | 0.99% | 0.61% | - |
| XYZ | 9.03 | 8.44 | 32.61 | - |
| YUV | 66.22 | 178.66 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 156 | 0.99 | 0.47 | 0 | 0.39 | 208.65 | 0.99 | 0.31 |
| Hex | 1 | 52 | 9C | 63 | 2F | 0 | 27 | D1 | 63 | 1F |
| Octal | 1 | 122 | 234 | 143 | 57 | 0 | 47 | 321 | 143 | 37 |
| Binary | 1 | 1010010 | 10011100 | 1100011 | 101111 | 0 | 100111 | 11010001 | 1100011 | 11111 |
Color Harmonies of #01529C
Complementary color
Monochromatic Colors of #01529C
Black with #01529C
Text Example
Text Example
White with #01529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01529C; }
p { color: rgb(1,82,156); }
H1.HeaderClassName
{
color: #01529C;
}
.AnyTagClassName
{
color: #01529C;
}
</style>
background-color css
<style>
a { background-color: #01529C; }
a { background-color: rgb(1,82,156); }
div.DivClassName
{
background-color: #01529C;
}
.BgClassName
{
background-color: #01529C;
}
</style>
border-color css
<style>
span { border-color: #01529C; }
span { border-color: rgb(1,82,156); }
td.TdClassName
{
border-color: #01529C;
}
.TagClassName
{
border-color: #01529C;
}
</style>