Shades of Cobalt #003FBA
Tints of Cobalt #003FBA
RGB
CMYK
RGB Variations
Color information
#003FBA (or 0x003FBA) is known color: Cobalt. HEX triplet: 00, 3F and BA. RGB value is (0,63,186). Sum of RGB (Red+Green+Blue) = 0+63+186=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #003FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FBA is #FFC045. Grayscale: #393939. Windows color (decimal): -16760902 or 12205824. OLE color: 12205824.
HSL color Cylindrical-coordinate representation of color #003FBA: hue angle of 219.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FBA is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 63 | 186 | - |
| CMYK | 1 | 0.66 | 0 | 0.27 |
| HSL | 219.68º | 1% | 0.36% | - |
| HSV(B) | 219.68º | 1% | 0.73% | - |
| XYZ | 10.64 | 7.1 | 47.26 | - |
| YUV | 58.19 | 200.13 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 186 | 1 | 0.66 | 0 | 0.27 | 219.68 | 1 | 0.36 |
| Hex | 0 | 3F | BA | 64 | 42 | 0 | 1B | DC | 64 | 24 |
| Octal | 0 | 77 | 272 | 144 | 102 | 0 | 33 | 334 | 144 | 44 |
| Binary | 0 | 111111 | 10111010 | 1100100 | 1000010 | 0 | 11011 | 11011100 | 1100100 | 100100 |
Color Harmonies of #003FBA
Complementary color
Monochromatic Colors of #003FBA
Black with #003FBA
Text Example
Text Example
White with #003FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FBA; }
p { color: rgb(0,63,186); }
H1.HeaderClassName
{
color: #003FBA;
}
.AnyTagClassName
{
color: #003FBA;
}
</style>
background-color css
<style>
a { background-color: #003FBA; }
a { background-color: rgb(0,63,186); }
div.DivClassName
{
background-color: #003FBA;
}
.BgClassName
{
background-color: #003FBA;
}
</style>
border-color css
<style>
span { border-color: #003FBA; }
span { border-color: rgb(0,63,186); }
td.TdClassName
{
border-color: #003FBA;
}
.TagClassName
{
border-color: #003FBA;
}
</style>