Shades of Cobalt #013CAC
Tints of Cobalt #013CAC
RGB
CMYK
RGB Variations
Color information
#013CAC (or 0x013CAC) is known color: Cobalt. HEX triplet: 01, 3C and AC. RGB value is (1,60,172). Sum of RGB (Red+Green+Blue) = 1+60+172=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #013CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013CAC is #FEC353. Grayscale: #363636. Windows color (decimal): -16696148 or 11287553. OLE color: 11287553.
HSL color Cylindrical-coordinate representation of color #013CAC: hue angle of 219.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013CAC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 60 | 172 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.33 |
| HSL | 219.3º | 0.99% | 0.34% | - |
| HSV(B) | 219.3º | 0.99% | 0.67% | - |
| XYZ | 9.07 | 6.22 | 39.75 | - |
| YUV | 55.13 | 193.95 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 172 | 0.99 | 0.65 | 0 | 0.33 | 219.3 | 0.99 | 0.34 |
| Hex | 1 | 3C | AC | 63 | 41 | 0 | 21 | DB | 63 | 22 |
| Octal | 1 | 74 | 254 | 143 | 101 | 0 | 41 | 333 | 143 | 42 |
| Binary | 1 | 111100 | 10101100 | 1100011 | 1000001 | 0 | 100001 | 11011011 | 1100011 | 100010 |
Color Harmonies of #013CAC
Complementary color
Monochromatic Colors of #013CAC
Black with #013CAC
Text Example
Text Example
White with #013CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CAC; }
p { color: rgb(1,60,172); }
H1.HeaderClassName
{
color: #013CAC;
}
.AnyTagClassName
{
color: #013CAC;
}
</style>
background-color css
<style>
a { background-color: #013CAC; }
a { background-color: rgb(1,60,172); }
div.DivClassName
{
background-color: #013CAC;
}
.BgClassName
{
background-color: #013CAC;
}
</style>
border-color css
<style>
span { border-color: #013CAC; }
span { border-color: rgb(1,60,172); }
td.TdClassName
{
border-color: #013CAC;
}
.TagClassName
{
border-color: #013CAC;
}
</style>