Shades of Cobalt #013BC1
Tints of Cobalt #013BC1
RGB
CMYK
RGB Variations
Color information
#013BC1 (or 0x013BC1) is known color: Cobalt. HEX triplet: 01, 3B and C1. RGB value is (1,59,193). Sum of RGB (Red+Green+Blue) = 1+59+193=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 193 (75.78% from 255 or 76.28% from 253); Max value from RGB is 193 - color contains mainly: blue. Hex color #013BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BC1 is #FEC43E. Grayscale: #383838. Windows color (decimal): -16696383 or 12663553. OLE color: 12663553.
HSL color Cylindrical-coordinate representation of color #013BC1: hue angle of 221.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BC1 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 59 | 193 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.24 |
| HSL | 221.88º | 0.99% | 0.38% | - |
| HSV(B) | 221.88º | 0.99% | 0.76% | - |
| XYZ | 11.2 | 6.98 | 51.21 | - |
| YUV | 56.93 | 204.78 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 193 | 0.99 | 0.69 | 0 | 0.24 | 221.88 | 0.99 | 0.38 |
| Hex | 1 | 3B | C1 | 63 | 45 | 0 | 18 | DE | 63 | 26 |
| Octal | 1 | 73 | 301 | 143 | 105 | 0 | 30 | 336 | 143 | 46 |
| Binary | 1 | 111011 | 11000001 | 1100011 | 1000101 | 0 | 11000 | 11011110 | 1100011 | 100110 |
Color Harmonies of #013BC1
Complementary color
Monochromatic Colors of #013BC1
Black with #013BC1
Text Example
Text Example
White with #013BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BC1; }
p { color: rgb(1,59,193); }
H1.HeaderClassName
{
color: #013BC1;
}
.AnyTagClassName
{
color: #013BC1;
}
</style>
background-color css
<style>
a { background-color: #013BC1; }
a { background-color: rgb(1,59,193); }
div.DivClassName
{
background-color: #013BC1;
}
.BgClassName
{
background-color: #013BC1;
}
</style>
border-color css
<style>
span { border-color: #013BC1; }
span { border-color: rgb(1,59,193); }
td.TdClassName
{
border-color: #013BC1;
}
.TagClassName
{
border-color: #013BC1;
}
</style>