Shades of Cobalt #013CA4
Tints of Cobalt #013CA4
RGB
CMYK
RGB Variations
Color information
#013CA4 (or 0x013CA4) is known color: Cobalt. HEX triplet: 01, 3C and A4. RGB value is (1,60,164). Sum of RGB (Red+Green+Blue) = 1+60+164=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #013CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013CA4 is #FEC35B. Grayscale: #353535. Windows color (decimal): -16696156 or 10763265. OLE color: 10763265.
HSL color Cylindrical-coordinate representation of color #013CA4: hue angle of 218.28º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013CA4 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 60 | 164 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.36 |
| HSL | 218.28º | 0.99% | 0.32% | - |
| HSV(B) | 218.28º | 0.99% | 0.64% | - |
| XYZ | 8.33 | 5.92 | 35.83 | - |
| YUV | 54.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 164 | 0.99 | 0.63 | 0 | 0.36 | 218.28 | 0.99 | 0.32 |
| Hex | 1 | 3C | A4 | 63 | 3F | 0 | 24 | DA | 63 | 20 |
| Octal | 1 | 74 | 244 | 143 | 77 | 0 | 44 | 332 | 143 | 40 |
| Binary | 1 | 111100 | 10100100 | 1100011 | 111111 | 0 | 100100 | 11011010 | 1100011 | 100000 |
Color Harmonies of #013CA4
Complementary color
Monochromatic Colors of #013CA4
Black with #013CA4
Text Example
Text Example
White with #013CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CA4; }
p { color: rgb(1,60,164); }
H1.HeaderClassName
{
color: #013CA4;
}
.AnyTagClassName
{
color: #013CA4;
}
</style>
background-color css
<style>
a { background-color: #013CA4; }
a { background-color: rgb(1,60,164); }
div.DivClassName
{
background-color: #013CA4;
}
.BgClassName
{
background-color: #013CA4;
}
</style>
border-color css
<style>
span { border-color: #013CA4; }
span { border-color: rgb(1,60,164); }
td.TdClassName
{
border-color: #013CA4;
}
.TagClassName
{
border-color: #013CA4;
}
</style>