Shades of Cobalt #013CBC
Tints of Cobalt #013CBC
RGB
CMYK
RGB Variations
Color information
#013CBC (or 0x013CBC) is known color: Cobalt. HEX triplet: 01, 3C and BC. RGB value is (1,60,188). Sum of RGB (Red+Green+Blue) = 1+60+188=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #013CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CBC is #FEC343. Grayscale: #383838. Windows color (decimal): -16696132 or 12336129. OLE color: 12336129.
HSL color Cylindrical-coordinate representation of color #013CBC: hue angle of 221.07º 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 #013CBC is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 60 | 188 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.26 |
| HSL | 221.07º | 0.99% | 0.37% | - |
| HSV(B) | 221.07º | 0.99% | 0.74% | - |
| XYZ | 10.71 | 6.87 | 48.34 | - |
| YUV | 56.95 | 201.95 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 188 | 0.99 | 0.68 | 0 | 0.26 | 221.07 | 0.99 | 0.37 |
| Hex | 1 | 3C | BC | 63 | 44 | 0 | 1A | DD | 63 | 25 |
| Octal | 1 | 74 | 274 | 143 | 104 | 0 | 32 | 335 | 143 | 45 |
| Binary | 1 | 111100 | 10111100 | 1100011 | 1000100 | 0 | 11010 | 11011101 | 1100011 | 100101 |
Color Harmonies of #013CBC
Complementary color
Monochromatic Colors of #013CBC
Black with #013CBC
Text Example
Text Example
White with #013CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CBC; }
p { color: rgb(1,60,188); }
H1.HeaderClassName
{
color: #013CBC;
}
.AnyTagClassName
{
color: #013CBC;
}
</style>
background-color css
<style>
a { background-color: #013CBC; }
a { background-color: rgb(1,60,188); }
div.DivClassName
{
background-color: #013CBC;
}
.BgClassName
{
background-color: #013CBC;
}
</style>
border-color css
<style>
span { border-color: #013CBC; }
span { border-color: rgb(1,60,188); }
td.TdClassName
{
border-color: #013CBC;
}
.TagClassName
{
border-color: #013CBC;
}
</style>