Shades of Cobalt #003DAA
Tints of Cobalt #003DAA
RGB
CMYK
RGB Variations
Color information
#003DAA (or 0x003DAA) is known color: Cobalt. HEX triplet: 00, 3D and AA. RGB value is (0,61,170). Sum of RGB (Red+Green+Blue) = 0+61+170=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #003DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003DAA is #FFC255. Grayscale: #363636. Windows color (decimal): -16761430 or 11156736. OLE color: 11156736.
HSL color Cylindrical-coordinate representation of color #003DAA: hue angle of 218.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DAA is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 61 | 170 | - |
| CMYK | 1 | 0.64 | 0 | 0.33 |
| HSL | 218.47º | 1% | 0.33% | - |
| HSV(B) | 218.47º | 1% | 0.67% | - |
| XYZ | 8.92 | 6.24 | 38.76 | - |
| YUV | 55.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 170 | 1 | 0.64 | 0 | 0.33 | 218.47 | 1 | 0.33 |
| Hex | 0 | 3D | AA | 64 | 40 | 0 | 21 | DA | 64 | 21 |
| Octal | 0 | 75 | 252 | 144 | 100 | 0 | 41 | 332 | 144 | 41 |
| Binary | 0 | 111101 | 10101010 | 1100100 | 1000000 | 0 | 100001 | 11011010 | 1100100 | 100001 |
Color Harmonies of #003DAA
Complementary color
Monochromatic Colors of #003DAA
Black with #003DAA
Text Example
Text Example
White with #003DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003DAA; }
p { color: rgb(0,61,170); }
H1.HeaderClassName
{
color: #003DAA;
}
.AnyTagClassName
{
color: #003DAA;
}
</style>
background-color css
<style>
a { background-color: #003DAA; }
a { background-color: rgb(0,61,170); }
div.DivClassName
{
background-color: #003DAA;
}
.BgClassName
{
background-color: #003DAA;
}
</style>
border-color css
<style>
span { border-color: #003DAA; }
span { border-color: rgb(0,61,170); }
td.TdClassName
{
border-color: #003DAA;
}
.TagClassName
{
border-color: #003DAA;
}
</style>