Shades of Cobalt #013DC7
Tints of Cobalt #013DC7
RGB
CMYK
RGB Variations
Color information
#013DC7 (or 0x013DC7) is known color: Cobalt. HEX triplet: 01, 3D and C7. RGB value is (1,61,199). Sum of RGB (Red+Green+Blue) = 1+61+199=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 199 (78.12% from 255 or 76.25% from 261); Max value from RGB is 199 - color contains mainly: blue. Hex color #013DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DC7 is #FEC238. Grayscale: #3A3A3A. Windows color (decimal): -16695865 or 13057281. OLE color: 13057281.
HSL color Cylindrical-coordinate representation of color #013DC7: hue angle of 221.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DC7 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 61 | 199 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.22 |
| HSL | 221.82º | 0.99% | 0.39% | - |
| HSV(B) | 221.82º | 0.99% | 0.78% | - |
| XYZ | 11.99 | 7.47 | 54.84 | - |
| YUV | 58.79 | 207.12 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 199 | 0.99 | 0.69 | 0 | 0.22 | 221.82 | 0.99 | 0.39 |
| Hex | 1 | 3D | C7 | 63 | 45 | 0 | 16 | DE | 63 | 27 |
| Octal | 1 | 75 | 307 | 143 | 105 | 0 | 26 | 336 | 143 | 47 |
| Binary | 1 | 111101 | 11000111 | 1100011 | 1000101 | 0 | 10110 | 11011110 | 1100011 | 100111 |
Color Harmonies of #013DC7
Complementary color
Monochromatic Colors of #013DC7
Black with #013DC7
Text Example
Text Example
White with #013DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DC7; }
p { color: rgb(1,61,199); }
H1.HeaderClassName
{
color: #013DC7;
}
.AnyTagClassName
{
color: #013DC7;
}
</style>
background-color css
<style>
a { background-color: #013DC7; }
a { background-color: rgb(1,61,199); }
div.DivClassName
{
background-color: #013DC7;
}
.BgClassName
{
background-color: #013DC7;
}
</style>
border-color css
<style>
span { border-color: #013DC7; }
span { border-color: rgb(1,61,199); }
td.TdClassName
{
border-color: #013DC7;
}
.TagClassName
{
border-color: #013DC7;
}
</style>