Shades of Cobalt #013DC5
Tints of Cobalt #013DC5
RGB
CMYK
RGB Variations
Color information
#013DC5 (or 0x013DC5) is known color: Cobalt. HEX triplet: 01, 3D and C5. RGB value is (1,61,197). Sum of RGB (Red+Green+Blue) = 1+61+197=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 197 (77.34% from 255 or 76.06% from 259); Max value from RGB is 197 - color contains mainly: blue. Hex color #013DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DC5 is #FEC23A. Grayscale: #393939. Windows color (decimal): -16695867 or 12926209. OLE color: 12926209.
HSL color Cylindrical-coordinate representation of color #013DC5: hue angle of 221.63º 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 #013DC5 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 61 | 197 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.23 |
| HSL | 221.63º | 0.99% | 0.39% | - |
| HSV(B) | 221.63º | 0.99% | 0.77% | - |
| XYZ | 11.76 | 7.38 | 53.63 | - |
| YUV | 58.56 | 206.12 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 197 | 0.99 | 0.69 | 0 | 0.23 | 221.63 | 0.99 | 0.39 |
| Hex | 1 | 3D | C5 | 63 | 45 | 0 | 17 | DE | 63 | 27 |
| Octal | 1 | 75 | 305 | 143 | 105 | 0 | 27 | 336 | 143 | 47 |
| Binary | 1 | 111101 | 11000101 | 1100011 | 1000101 | 0 | 10111 | 11011110 | 1100011 | 100111 |
Color Harmonies of #013DC5
Complementary color
Monochromatic Colors of #013DC5
Black with #013DC5
Text Example
Text Example
White with #013DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DC5; }
p { color: rgb(1,61,197); }
H1.HeaderClassName
{
color: #013DC5;
}
.AnyTagClassName
{
color: #013DC5;
}
</style>
background-color css
<style>
a { background-color: #013DC5; }
a { background-color: rgb(1,61,197); }
div.DivClassName
{
background-color: #013DC5;
}
.BgClassName
{
background-color: #013DC5;
}
</style>
border-color css
<style>
span { border-color: #013DC5; }
span { border-color: rgb(1,61,197); }
td.TdClassName
{
border-color: #013DC5;
}
.TagClassName
{
border-color: #013DC5;
}
</style>