Shades of Cobalt #013DA9
Tints of Cobalt #013DA9
RGB
CMYK
RGB Variations
Color information
#013DA9 (or 0x013DA9) is known color: Cobalt. HEX triplet: 01, 3D and A9. RGB value is (1,61,169). Sum of RGB (Red+Green+Blue) = 1+61+169=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 169 (66.41% from 255 or 73.16% from 231); Max value from RGB is 169 - color contains mainly: blue. Hex color #013DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DA9 is #FEC256. Grayscale: #363636. Windows color (decimal): -16695895 or 11091201. OLE color: 11091201.
HSL color Cylindrical-coordinate representation of color #013DA9: hue angle of 218.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DA9 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 61 | 169 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.34 |
| HSL | 218.57º | 0.99% | 0.33% | - |
| HSV(B) | 218.57º | 0.99% | 0.66% | - |
| XYZ | 8.84 | 6.21 | 38.27 | - |
| YUV | 55.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 169 | 0.99 | 0.64 | 0 | 0.34 | 218.57 | 0.99 | 0.33 |
| Hex | 1 | 3D | A9 | 63 | 40 | 0 | 22 | DB | 63 | 21 |
| Octal | 1 | 75 | 251 | 143 | 100 | 0 | 42 | 333 | 143 | 41 |
| Binary | 1 | 111101 | 10101001 | 1100011 | 1000000 | 0 | 100010 | 11011011 | 1100011 | 100001 |
Color Harmonies of #013DA9
Complementary color
Monochromatic Colors of #013DA9
Black with #013DA9
Text Example
Text Example
White with #013DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DA9; }
p { color: rgb(1,61,169); }
H1.HeaderClassName
{
color: #013DA9;
}
.AnyTagClassName
{
color: #013DA9;
}
</style>
background-color css
<style>
a { background-color: #013DA9; }
a { background-color: rgb(1,61,169); }
div.DivClassName
{
background-color: #013DA9;
}
.BgClassName
{
background-color: #013DA9;
}
</style>
border-color css
<style>
span { border-color: #013DA9; }
span { border-color: rgb(1,61,169); }
td.TdClassName
{
border-color: #013DA9;
}
.TagClassName
{
border-color: #013DA9;
}
</style>