Shades of Cobalt #01529B
Tints of Cobalt #01529B
RGB
CMYK
RGB Variations
Color information
#01529B (or 0x01529B) is known color: Cobalt. HEX triplet: 01, 52 and 9B. RGB value is (1,82,155). Sum of RGB (Red+Green+Blue) = 1+82+155=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #01529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01529B is #FEAD64. Grayscale: #414141. Windows color (decimal): -16690533 or 10179073. OLE color: 10179073.
HSL color Cylindrical-coordinate representation of color #01529B: hue angle of 208.44º 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 #01529B is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 82 | 155 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.39 |
| HSL | 208.44º | 0.99% | 0.31% | - |
| HSV(B) | 208.44º | 0.99% | 0.61% | - |
| XYZ | 8.95 | 8.41 | 32.16 | - |
| YUV | 66.1 | 178.16 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 155 | 0.99 | 0.47 | 0 | 0.39 | 208.44 | 0.99 | 0.31 |
| Hex | 1 | 52 | 9B | 63 | 2F | 0 | 27 | D0 | 63 | 1F |
| Octal | 1 | 122 | 233 | 143 | 57 | 0 | 47 | 320 | 143 | 37 |
| Binary | 1 | 1010010 | 10011011 | 1100011 | 101111 | 0 | 100111 | 11010000 | 1100011 | 11111 |
Color Harmonies of #01529B
Complementary color
Monochromatic Colors of #01529B
Black with #01529B
Text Example
Text Example
White with #01529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01529B; }
p { color: rgb(1,82,155); }
H1.HeaderClassName
{
color: #01529B;
}
.AnyTagClassName
{
color: #01529B;
}
</style>
background-color css
<style>
a { background-color: #01529B; }
a { background-color: rgb(1,82,155); }
div.DivClassName
{
background-color: #01529B;
}
.BgClassName
{
background-color: #01529B;
}
</style>
border-color css
<style>
span { border-color: #01529B; }
span { border-color: rgb(1,82,155); }
td.TdClassName
{
border-color: #01529B;
}
.TagClassName
{
border-color: #01529B;
}
</style>