Shades of Cobalt #013BC5
Tints of Cobalt #013BC5
RGB
CMYK
RGB Variations
Color information
#013BC5 (or 0x013BC5) is known color: Cobalt. HEX triplet: 01, 3B and C5. RGB value is (1,59,197). Sum of RGB (Red+Green+Blue) = 1+59+197=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #013BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BC5 is #FEC43A. Grayscale: #383838. Windows color (decimal): -16696379 or 12925697. OLE color: 12925697.
HSL color Cylindrical-coordinate representation of color #013BC5: hue angle of 222.24º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BC5 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 59 | 197 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.23 |
| HSL | 222.24º | 0.99% | 0.39% | - |
| HSV(B) | 222.24º | 0.99% | 0.77% | - |
| XYZ | 11.65 | 7.17 | 53.59 | - |
| YUV | 57.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 197 | 0.99 | 0.70 | 0 | 0.23 | 222.24 | 0.99 | 0.39 |
| Hex | 1 | 3B | C5 | 63 | 46 | 0 | 17 | DE | 63 | 27 |
| Octal | 1 | 73 | 305 | 143 | 106 | 0 | 27 | 336 | 143 | 47 |
| Binary | 1 | 111011 | 11000101 | 1100011 | 1000110 | 0 | 10111 | 11011110 | 1100011 | 100111 |
Color Harmonies of #013BC5
Complementary color
Monochromatic Colors of #013BC5
Black with #013BC5
Text Example
Text Example
White with #013BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BC5; }
p { color: rgb(1,59,197); }
H1.HeaderClassName
{
color: #013BC5;
}
.AnyTagClassName
{
color: #013BC5;
}
</style>
background-color css
<style>
a { background-color: #013BC5; }
a { background-color: rgb(1,59,197); }
div.DivClassName
{
background-color: #013BC5;
}
.BgClassName
{
background-color: #013BC5;
}
</style>
border-color css
<style>
span { border-color: #013BC5; }
span { border-color: rgb(1,59,197); }
td.TdClassName
{
border-color: #013BC5;
}
.TagClassName
{
border-color: #013BC5;
}
</style>