Shades of Cobalt #003FBC
Tints of Cobalt #003FBC
RGB
CMYK
RGB Variations
Color information
#003FBC (or 0x003FBC) is known color: Cobalt. HEX triplet: 00, 3F and BC. RGB value is (0,63,188). Sum of RGB (Red+Green+Blue) = 0+63+188=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #003FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FBC is #FFC043. Grayscale: #393939. Windows color (decimal): -16760900 or 12336896. OLE color: 12336896.
HSL color Cylindrical-coordinate representation of color #003FBC: hue angle of 219.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FBC is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 63 | 188 | - |
| CMYK | 1 | 0.66 | 0 | 0.26 |
| HSL | 219.89º | 1% | 0.37% | - |
| HSV(B) | 219.89º | 1% | 0.74% | - |
| XYZ | 10.85 | 7.19 | 48.39 | - |
| YUV | 58.41 | 201.13 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 188 | 1 | 0.66 | 0 | 0.26 | 219.89 | 1 | 0.37 |
| Hex | 0 | 3F | BC | 64 | 42 | 0 | 1A | DC | 64 | 25 |
| Octal | 0 | 77 | 274 | 144 | 102 | 0 | 32 | 334 | 144 | 45 |
| Binary | 0 | 111111 | 10111100 | 1100100 | 1000010 | 0 | 11010 | 11011100 | 1100100 | 100101 |
Color Harmonies of #003FBC
Complementary color
Monochromatic Colors of #003FBC
Black with #003FBC
Text Example
Text Example
White with #003FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FBC; }
p { color: rgb(0,63,188); }
H1.HeaderClassName
{
color: #003FBC;
}
.AnyTagClassName
{
color: #003FBC;
}
</style>
background-color css
<style>
a { background-color: #003FBC; }
a { background-color: rgb(0,63,188); }
div.DivClassName
{
background-color: #003FBC;
}
.BgClassName
{
background-color: #003FBC;
}
</style>
border-color css
<style>
span { border-color: #003FBC; }
span { border-color: rgb(0,63,188); }
td.TdClassName
{
border-color: #003FBC;
}
.TagClassName
{
border-color: #003FBC;
}
</style>