Shades of Cobalt #003DAE
Tints of Cobalt #003DAE
RGB
CMYK
RGB Variations
Color information
#003DAE (or 0x003DAE) is known color: Cobalt. HEX triplet: 00, 3D and AE. RGB value is (0,61,174). Sum of RGB (Red+Green+Blue) = 0+61+174=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #003DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003DAE is #FFC251. Grayscale: #373737. Windows color (decimal): -16761426 or 11418880. OLE color: 11418880.
HSL color Cylindrical-coordinate representation of color #003DAE: hue angle of 218.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DAE is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 61 | 174 | - |
| CMYK | 1 | 0.65 | 0 | 0.32 |
| HSL | 218.97º | 1% | 0.34% | - |
| HSV(B) | 218.97º | 1% | 0.68% | - |
| XYZ | 9.31 | 6.39 | 40.79 | - |
| YUV | 55.64 | 194.79 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 174 | 1 | 0.65 | 0 | 0.32 | 218.97 | 1 | 0.34 |
| Hex | 0 | 3D | AE | 64 | 41 | 0 | 20 | DB | 64 | 22 |
| Octal | 0 | 75 | 256 | 144 | 101 | 0 | 40 | 333 | 144 | 42 |
| Binary | 0 | 111101 | 10101110 | 1100100 | 1000001 | 0 | 100000 | 11011011 | 1100100 | 100010 |
Color Harmonies of #003DAE
Complementary color
Monochromatic Colors of #003DAE
Black with #003DAE
Text Example
Text Example
White with #003DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DAE; }
p { color: rgb(0,61,174); }
H1.HeaderClassName
{
color: #003DAE;
}
.AnyTagClassName
{
color: #003DAE;
}
</style>
background-color css
<style>
a { background-color: #003DAE; }
a { background-color: rgb(0,61,174); }
div.DivClassName
{
background-color: #003DAE;
}
.BgClassName
{
background-color: #003DAE;
}
</style>
border-color css
<style>
span { border-color: #003DAE; }
span { border-color: rgb(0,61,174); }
td.TdClassName
{
border-color: #003DAE;
}
.TagClassName
{
border-color: #003DAE;
}
</style>