Shades of Cobalt #013FA3
Tints of Cobalt #013FA3
RGB
CMYK
RGB Variations
Color information
#013FA3 (or 0x013FA3) is known color: Cobalt. HEX triplet: 01, 3F and A3. RGB value is (1,63,163). Sum of RGB (Red+Green+Blue) = 1+63+163=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #013FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FA3 is #FEC05C. Grayscale: #373737. Windows color (decimal): -16695389 or 10698497. OLE color: 10698497.
HSL color Cylindrical-coordinate representation of color #013FA3: hue angle of 217.04º 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 #013FA3 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 63 | 163 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.36 |
| HSL | 217.04º | 0.99% | 0.32% | - |
| HSV(B) | 217.04º | 0.99% | 0.64% | - |
| XYZ | 8.4 | 6.21 | 35.41 | - |
| YUV | 55.86 | 188.46 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 163 | 0.99 | 0.61 | 0 | 0.36 | 217.04 | 0.99 | 0.32 |
| Hex | 1 | 3F | A3 | 63 | 3D | 0 | 24 | D9 | 63 | 20 |
| Octal | 1 | 77 | 243 | 143 | 75 | 0 | 44 | 331 | 143 | 40 |
| Binary | 1 | 111111 | 10100011 | 1100011 | 111101 | 0 | 100100 | 11011001 | 1100011 | 100000 |
Color Harmonies of #013FA3
Complementary color
Monochromatic Colors of #013FA3
Black with #013FA3
Text Example
Text Example
White with #013FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FA3; }
p { color: rgb(1,63,163); }
H1.HeaderClassName
{
color: #013FA3;
}
.AnyTagClassName
{
color: #013FA3;
}
</style>
background-color css
<style>
a { background-color: #013FA3; }
a { background-color: rgb(1,63,163); }
div.DivClassName
{
background-color: #013FA3;
}
.BgClassName
{
background-color: #013FA3;
}
</style>
border-color css
<style>
span { border-color: #013FA3; }
span { border-color: rgb(1,63,163); }
td.TdClassName
{
border-color: #013FA3;
}
.TagClassName
{
border-color: #013FA3;
}
</style>