Shades of Cobalt #013BBA
Tints of Cobalt #013BBA
RGB
CMYK
RGB Variations
Color information
#013BBA (or 0x013BBA) is known color: Cobalt. HEX triplet: 01, 3B and BA. RGB value is (1,59,186). Sum of RGB (Red+Green+Blue) = 1+59+186=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #013BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BBA is #FEC445. Grayscale: #373737. Windows color (decimal): -16696390 or 12204801. OLE color: 12204801.
HSL color Cylindrical-coordinate representation of color #013BBA: hue angle of 221.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BBA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 59 | 186 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.27 |
| HSL | 221.19º | 0.99% | 0.37% | - |
| HSV(B) | 221.19º | 0.99% | 0.73% | - |
| XYZ | 10.44 | 6.68 | 47.19 | - |
| YUV | 56.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 186 | 0.99 | 0.68 | 0 | 0.27 | 221.19 | 0.99 | 0.37 |
| Hex | 1 | 3B | BA | 63 | 44 | 0 | 1B | DD | 63 | 25 |
| Octal | 1 | 73 | 272 | 143 | 104 | 0 | 33 | 335 | 143 | 45 |
| Binary | 1 | 111011 | 10111010 | 1100011 | 1000100 | 0 | 11011 | 11011101 | 1100011 | 100101 |
Color Harmonies of #013BBA
Complementary color
Monochromatic Colors of #013BBA
Black with #013BBA
Text Example
Text Example
White with #013BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BBA; }
p { color: rgb(1,59,186); }
H1.HeaderClassName
{
color: #013BBA;
}
.AnyTagClassName
{
color: #013BBA;
}
</style>
background-color css
<style>
a { background-color: #013BBA; }
a { background-color: rgb(1,59,186); }
div.DivClassName
{
background-color: #013BBA;
}
.BgClassName
{
background-color: #013BBA;
}
</style>
border-color css
<style>
span { border-color: #013BBA; }
span { border-color: rgb(1,59,186); }
td.TdClassName
{
border-color: #013BBA;
}
.TagClassName
{
border-color: #013BBA;
}
</style>