Shades of Cobalt #003FAB
Tints of Cobalt #003FAB
RGB
CMYK
RGB Variations
Color information
#003FAB (or 0x003FAB) is known color: Cobalt. HEX triplet: 00, 3F and AB. RGB value is (0,63,171). Sum of RGB (Red+Green+Blue) = 0+63+171=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #003FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003FAB is #FFC054. Grayscale: #373737. Windows color (decimal): -16760917 or 11222784. OLE color: 11222784.
HSL color Cylindrical-coordinate representation of color #003FAB: hue angle of 217.89º 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 #003FAB is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 63 | 171 | - |
| CMYK | 1 | 0.63 | 0 | 0.33 |
| HSL | 217.89º | 1% | 0.34% | - |
| HSV(B) | 217.89º | 1% | 0.67% | - |
| XYZ | 9.13 | 6.5 | 39.3 | - |
| YUV | 56.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 171 | 1 | 0.63 | 0 | 0.33 | 217.89 | 1 | 0.34 |
| Hex | 0 | 3F | AB | 64 | 3F | 0 | 21 | DA | 64 | 22 |
| Octal | 0 | 77 | 253 | 144 | 77 | 0 | 41 | 332 | 144 | 42 |
| Binary | 0 | 111111 | 10101011 | 1100100 | 111111 | 0 | 100001 | 11011010 | 1100100 | 100010 |
Color Harmonies of #003FAB
Complementary color
Monochromatic Colors of #003FAB
Black with #003FAB
Text Example
Text Example
White with #003FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FAB; }
p { color: rgb(0,63,171); }
H1.HeaderClassName
{
color: #003FAB;
}
.AnyTagClassName
{
color: #003FAB;
}
</style>
background-color css
<style>
a { background-color: #003FAB; }
a { background-color: rgb(0,63,171); }
div.DivClassName
{
background-color: #003FAB;
}
.BgClassName
{
background-color: #003FAB;
}
</style>
border-color css
<style>
span { border-color: #003FAB; }
span { border-color: rgb(0,63,171); }
td.TdClassName
{
border-color: #003FAB;
}
.TagClassName
{
border-color: #003FAB;
}
</style>