Shades of Cobalt #013BBC
Tints of Cobalt #013BBC
RGB
CMYK
RGB Variations
Color information
#013BBC (or 0x013BBC) is known color: Cobalt. HEX triplet: 01, 3B and BC. RGB value is (1,59,188). Sum of RGB (Red+Green+Blue) = 1+59+188=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #013BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BBC is #FEC443. Grayscale: #373737. Windows color (decimal): -16696388 or 12335873. OLE color: 12335873.
HSL color Cylindrical-coordinate representation of color #013BBC: hue angle of 221.39º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BBC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 59 | 188 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.26 |
| HSL | 221.39º | 0.99% | 0.37% | - |
| HSV(B) | 221.39º | 0.99% | 0.74% | - |
| XYZ | 10.65 | 6.77 | 48.32 | - |
| YUV | 56.36 | 202.28 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 188 | 0.99 | 0.69 | 0 | 0.26 | 221.39 | 0.99 | 0.37 |
| Hex | 1 | 3B | BC | 63 | 45 | 0 | 1A | DD | 63 | 25 |
| Octal | 1 | 73 | 274 | 143 | 105 | 0 | 32 | 335 | 143 | 45 |
| Binary | 1 | 111011 | 10111100 | 1100011 | 1000101 | 0 | 11010 | 11011101 | 1100011 | 100101 |
Color Harmonies of #013BBC
Complementary color
Monochromatic Colors of #013BBC
Black with #013BBC
Text Example
Text Example
White with #013BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BBC; }
p { color: rgb(1,59,188); }
H1.HeaderClassName
{
color: #013BBC;
}
.AnyTagClassName
{
color: #013BBC;
}
</style>
background-color css
<style>
a { background-color: #013BBC; }
a { background-color: rgb(1,59,188); }
div.DivClassName
{
background-color: #013BBC;
}
.BgClassName
{
background-color: #013BBC;
}
</style>
border-color css
<style>
span { border-color: #013BBC; }
span { border-color: rgb(1,59,188); }
td.TdClassName
{
border-color: #013BBC;
}
.TagClassName
{
border-color: #013BBC;
}
</style>