Shades of Cobalt #013DA3
Tints of Cobalt #013DA3
RGB
CMYK
RGB Variations
Color information
#013DA3 (or 0x013DA3) is known color: Cobalt. HEX triplet: 01, 3D and A3. RGB value is (1,61,163). Sum of RGB (Red+Green+Blue) = 1+61+163=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #013DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DA3 is #FEC25C. Grayscale: #363636. Windows color (decimal): -16695901 or 10697985. OLE color: 10697985.
HSL color Cylindrical-coordinate representation of color #013DA3: hue angle of 217.78º 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 #013DA3 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 61 | 163 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.36 |
| HSL | 217.78º | 0.99% | 0.32% | - |
| HSV(B) | 217.78º | 0.99% | 0.64% | - |
| XYZ | 8.29 | 5.99 | 35.37 | - |
| YUV | 54.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 163 | 0.99 | 0.63 | 0 | 0.36 | 217.78 | 0.99 | 0.32 |
| Hex | 1 | 3D | A3 | 63 | 3F | 0 | 24 | DA | 63 | 20 |
| Octal | 1 | 75 | 243 | 143 | 77 | 0 | 44 | 332 | 143 | 40 |
| Binary | 1 | 111101 | 10100011 | 1100011 | 111111 | 0 | 100100 | 11011010 | 1100011 | 100000 |
Color Harmonies of #013DA3
Complementary color
Monochromatic Colors of #013DA3
Black with #013DA3
Text Example
Text Example
White with #013DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DA3; }
p { color: rgb(1,61,163); }
H1.HeaderClassName
{
color: #013DA3;
}
.AnyTagClassName
{
color: #013DA3;
}
</style>
background-color css
<style>
a { background-color: #013DA3; }
a { background-color: rgb(1,61,163); }
div.DivClassName
{
background-color: #013DA3;
}
.BgClassName
{
background-color: #013DA3;
}
</style>
border-color css
<style>
span { border-color: #013DA3; }
span { border-color: rgb(1,61,163); }
td.TdClassName
{
border-color: #013DA3;
}
.TagClassName
{
border-color: #013DA3;
}
</style>