Shades of Cobalt #003DAB
Tints of Cobalt #003DAB
RGB
CMYK
RGB Variations
Color information
#003DAB (or 0x003DAB) is known color: Cobalt. HEX triplet: 00, 3D and AB. RGB value is (0,61,171). Sum of RGB (Red+Green+Blue) = 0+61+171=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #003DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003DAB is #FFC254. Grayscale: #363636. Windows color (decimal): -16761429 or 11222272. OLE color: 11222272.
HSL color Cylindrical-coordinate representation of color #003DAB: hue angle of 218.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DAB is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 61 | 171 | - |
| CMYK | 1 | 0.64 | 0 | 0.33 |
| HSL | 218.6º | 1% | 0.34% | - |
| HSV(B) | 218.6º | 1% | 0.67% | - |
| XYZ | 9.02 | 6.28 | 39.26 | - |
| YUV | 55.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 171 | 1 | 0.64 | 0 | 0.33 | 218.6 | 1 | 0.34 |
| Hex | 0 | 3D | AB | 64 | 40 | 0 | 21 | DB | 64 | 22 |
| Octal | 0 | 75 | 253 | 144 | 100 | 0 | 41 | 333 | 144 | 42 |
| Binary | 0 | 111101 | 10101011 | 1100100 | 1000000 | 0 | 100001 | 11011011 | 1100100 | 100010 |
Color Harmonies of #003DAB
Complementary color
Monochromatic Colors of #003DAB
Black with #003DAB
Text Example
Text Example
White with #003DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DAB; }
p { color: rgb(0,61,171); }
H1.HeaderClassName
{
color: #003DAB;
}
.AnyTagClassName
{
color: #003DAB;
}
</style>
background-color css
<style>
a { background-color: #003DAB; }
a { background-color: rgb(0,61,171); }
div.DivClassName
{
background-color: #003DAB;
}
.BgClassName
{
background-color: #003DAB;
}
</style>
border-color css
<style>
span { border-color: #003DAB; }
span { border-color: rgb(0,61,171); }
td.TdClassName
{
border-color: #003DAB;
}
.TagClassName
{
border-color: #003DAB;
}
</style>