Shades of Cobalt #01519D
Tints of Cobalt #01519D
RGB
CMYK
RGB Variations
Color information
#01519D (or 0x01519D) is known color: Cobalt. HEX triplet: 01, 51 and 9D. RGB value is (1,81,157). Sum of RGB (Red+Green+Blue) = 1+81+157=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #01519D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01519D is #FEAE62. Grayscale: #414141. Windows color (decimal): -16690787 or 10309889. OLE color: 10309889.
HSL color Cylindrical-coordinate representation of color #01519D: hue angle of 209.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 #01519D is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 81 | 157 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.38 |
| HSL | 209.23º | 0.99% | 0.31% | - |
| HSV(B) | 209.23º | 0.99% | 0.62% | - |
| XYZ | 9.04 | 8.33 | 33.03 | - |
| YUV | 65.74 | 179.5 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 157 | 0.99 | 0.48 | 0 | 0.38 | 209.23 | 0.99 | 0.31 |
| Hex | 1 | 51 | 9D | 63 | 30 | 0 | 26 | D1 | 63 | 1F |
| Octal | 1 | 121 | 235 | 143 | 60 | 0 | 46 | 321 | 143 | 37 |
| Binary | 1 | 1010001 | 10011101 | 1100011 | 110000 | 0 | 100110 | 11010001 | 1100011 | 11111 |
Color Harmonies of #01519D
Complementary color
Monochromatic Colors of #01519D
Black with #01519D
Text Example
Text Example
White with #01519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01519D; }
p { color: rgb(1,81,157); }
H1.HeaderClassName
{
color: #01519D;
}
.AnyTagClassName
{
color: #01519D;
}
</style>
background-color css
<style>
a { background-color: #01519D; }
a { background-color: rgb(1,81,157); }
div.DivClassName
{
background-color: #01519D;
}
.BgClassName
{
background-color: #01519D;
}
</style>
border-color css
<style>
span { border-color: #01519D; }
span { border-color: rgb(1,81,157); }
td.TdClassName
{
border-color: #01519D;
}
.TagClassName
{
border-color: #01519D;
}
</style>