Shades of Cobalt #013DC4
Tints of Cobalt #013DC4
RGB
CMYK
RGB Variations
Color information
#013DC4 (or 0x013DC4) is known color: Cobalt. HEX triplet: 01, 3D and C4. RGB value is (1,61,196). Sum of RGB (Red+Green+Blue) = 1+61+196=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 196 (76.95% from 255 or 75.97% from 258); Max value from RGB is 196 - color contains mainly: blue. Hex color #013DC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DC4 is #FEC23B. Grayscale: #393939. Windows color (decimal): -16695868 or 12860673. OLE color: 12860673.
HSL color Cylindrical-coordinate representation of color #013DC4: hue angle of 221.54º 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 #013DC4 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 61 | 196 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.23 |
| HSL | 221.54º | 0.99% | 0.39% | - |
| HSV(B) | 221.54º | 0.99% | 0.77% | - |
| XYZ | 11.65 | 7.33 | 53.03 | - |
| YUV | 58.45 | 205.62 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 196 | 0.99 | 0.69 | 0 | 0.23 | 221.54 | 0.99 | 0.39 |
| Hex | 1 | 3D | C4 | 63 | 45 | 0 | 17 | DE | 63 | 27 |
| Octal | 1 | 75 | 304 | 143 | 105 | 0 | 27 | 336 | 143 | 47 |
| Binary | 1 | 111101 | 11000100 | 1100011 | 1000101 | 0 | 10111 | 11011110 | 1100011 | 100111 |
Color Harmonies of #013DC4
Complementary color
Monochromatic Colors of #013DC4
Black with #013DC4
Text Example
Text Example
White with #013DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DC4; }
p { color: rgb(1,61,196); }
H1.HeaderClassName
{
color: #013DC4;
}
.AnyTagClassName
{
color: #013DC4;
}
</style>
background-color css
<style>
a { background-color: #013DC4; }
a { background-color: rgb(1,61,196); }
div.DivClassName
{
background-color: #013DC4;
}
.BgClassName
{
background-color: #013DC4;
}
</style>
border-color css
<style>
span { border-color: #013DC4; }
span { border-color: rgb(1,61,196); }
td.TdClassName
{
border-color: #013DC4;
}
.TagClassName
{
border-color: #013DC4;
}
</style>