Shades of Cobalt #003FAD
Tints of Cobalt #003FAD
RGB
CMYK
RGB Variations
Color information
#003FAD (or 0x003FAD) is known color: Cobalt. HEX triplet: 00, 3F and AD. RGB value is (0,63,173). Sum of RGB (Red+Green+Blue) = 0+63+173=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #003FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003FAD is #FFC052. Grayscale: #383838. Windows color (decimal): -16760915 or 11353856. OLE color: 11353856.
HSL color Cylindrical-coordinate representation of color #003FAD: hue angle of 218.15º 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 #003FAD is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 63 | 173 | - |
| CMYK | 1 | 0.64 | 0 | 0.32 |
| HSL | 218.15º | 1% | 0.34% | - |
| HSV(B) | 218.15º | 1% | 0.68% | - |
| XYZ | 9.32 | 6.57 | 40.31 | - |
| YUV | 56.7 | 193.63 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 173 | 1 | 0.64 | 0 | 0.32 | 218.15 | 1 | 0.34 |
| Hex | 0 | 3F | AD | 64 | 40 | 0 | 20 | DA | 64 | 22 |
| Octal | 0 | 77 | 255 | 144 | 100 | 0 | 40 | 332 | 144 | 42 |
| Binary | 0 | 111111 | 10101101 | 1100100 | 1000000 | 0 | 100000 | 11011010 | 1100100 | 100010 |
Color Harmonies of #003FAD
Complementary color
Monochromatic Colors of #003FAD
Black with #003FAD
Text Example
Text Example
White with #003FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FAD; }
p { color: rgb(0,63,173); }
H1.HeaderClassName
{
color: #003FAD;
}
.AnyTagClassName
{
color: #003FAD;
}
</style>
background-color css
<style>
a { background-color: #003FAD; }
a { background-color: rgb(0,63,173); }
div.DivClassName
{
background-color: #003FAD;
}
.BgClassName
{
background-color: #003FAD;
}
</style>
border-color css
<style>
span { border-color: #003FAD; }
span { border-color: rgb(0,63,173); }
td.TdClassName
{
border-color: #003FAD;
}
.TagClassName
{
border-color: #003FAD;
}
</style>