Shades of Cobalt #013CAD
Tints of Cobalt #013CAD
RGB
CMYK
RGB Variations
Color information
#013CAD (or 0x013CAD) is known color: Cobalt. HEX triplet: 01, 3C and AD. RGB value is (1,60,173). Sum of RGB (Red+Green+Blue) = 1+60+173=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #013CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013CAD is #FEC352. Grayscale: #363636. Windows color (decimal): -16696147 or 11353089. OLE color: 11353089.
HSL color Cylindrical-coordinate representation of color #013CAD: hue angle of 219.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013CAD is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 60 | 173 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.32 |
| HSL | 219.42º | 0.99% | 0.34% | - |
| HSV(B) | 219.42º | 0.99% | 0.68% | - |
| XYZ | 9.17 | 6.26 | 40.26 | - |
| YUV | 55.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 173 | 0.99 | 0.65 | 0 | 0.32 | 219.42 | 0.99 | 0.34 |
| Hex | 1 | 3C | AD | 63 | 41 | 0 | 20 | DB | 63 | 22 |
| Octal | 1 | 74 | 255 | 143 | 101 | 0 | 40 | 333 | 143 | 42 |
| Binary | 1 | 111100 | 10101101 | 1100011 | 1000001 | 0 | 100000 | 11011011 | 1100011 | 100010 |
Color Harmonies of #013CAD
Complementary color
Monochromatic Colors of #013CAD
Black with #013CAD
Text Example
Text Example
White with #013CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CAD; }
p { color: rgb(1,60,173); }
H1.HeaderClassName
{
color: #013CAD;
}
.AnyTagClassName
{
color: #013CAD;
}
</style>
background-color css
<style>
a { background-color: #013CAD; }
a { background-color: rgb(1,60,173); }
div.DivClassName
{
background-color: #013CAD;
}
.BgClassName
{
background-color: #013CAD;
}
</style>
border-color css
<style>
span { border-color: #013CAD; }
span { border-color: rgb(1,60,173); }
td.TdClassName
{
border-color: #013CAD;
}
.TagClassName
{
border-color: #013CAD;
}
</style>