Shades of Cobalt #013BC4
Tints of Cobalt #013BC4
RGB
CMYK
RGB Variations
Color information
#013BC4 (or 0x013BC4) is known color: Cobalt. HEX triplet: 01, 3B and C4. RGB value is (1,59,196). Sum of RGB (Red+Green+Blue) = 1+59+196=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 196 (76.95% from 255 or 76.56% from 256); Max value from RGB is 196 - color contains mainly: blue. Hex color #013BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BC4 is #FEC43B. Grayscale: #383838. Windows color (decimal): -16696380 or 12860161. OLE color: 12860161.
HSL color Cylindrical-coordinate representation of color #013BC4: hue angle of 222.15º 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 #013BC4 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 59 | 196 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.23 |
| HSL | 222.15º | 0.99% | 0.39% | - |
| HSV(B) | 222.15º | 0.99% | 0.77% | - |
| XYZ | 11.54 | 7.12 | 52.99 | - |
| YUV | 57.28 | 206.28 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 196 | 0.99 | 0.70 | 0 | 0.23 | 222.15 | 0.99 | 0.39 |
| Hex | 1 | 3B | C4 | 63 | 46 | 0 | 17 | DE | 63 | 27 |
| Octal | 1 | 73 | 304 | 143 | 106 | 0 | 27 | 336 | 143 | 47 |
| Binary | 1 | 111011 | 11000100 | 1100011 | 1000110 | 0 | 10111 | 11011110 | 1100011 | 100111 |
Color Harmonies of #013BC4
Complementary color
Monochromatic Colors of #013BC4
Black with #013BC4
Text Example
Text Example
White with #013BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BC4; }
p { color: rgb(1,59,196); }
H1.HeaderClassName
{
color: #013BC4;
}
.AnyTagClassName
{
color: #013BC4;
}
</style>
background-color css
<style>
a { background-color: #013BC4; }
a { background-color: rgb(1,59,196); }
div.DivClassName
{
background-color: #013BC4;
}
.BgClassName
{
background-color: #013BC4;
}
</style>
border-color css
<style>
span { border-color: #013BC4; }
span { border-color: rgb(1,59,196); }
td.TdClassName
{
border-color: #013BC4;
}
.TagClassName
{
border-color: #013BC4;
}
</style>