Shades of Cobalt #003FBB
Tints of Cobalt #003FBB
RGB
CMYK
RGB Variations
Color information
#003FBB (or 0x003FBB) is known color: Cobalt. HEX triplet: 00, 3F and BB. RGB value is (0,63,187). Sum of RGB (Red+Green+Blue) = 0+63+187=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #003FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003FBB is #FFC044. Grayscale: #393939. Windows color (decimal): -16760901 or 12271360. OLE color: 12271360.
HSL color Cylindrical-coordinate representation of color #003FBB: hue angle of 219.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FBB is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 63 | 187 | - |
| CMYK | 1 | 0.66 | 0 | 0.27 |
| HSL | 219.79º | 1% | 0.37% | - |
| HSV(B) | 219.79º | 1% | 0.73% | - |
| XYZ | 10.75 | 7.14 | 47.83 | - |
| YUV | 58.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 187 | 1 | 0.66 | 0 | 0.27 | 219.79 | 1 | 0.37 |
| Hex | 0 | 3F | BB | 64 | 42 | 0 | 1B | DC | 64 | 25 |
| Octal | 0 | 77 | 273 | 144 | 102 | 0 | 33 | 334 | 144 | 45 |
| Binary | 0 | 111111 | 10111011 | 1100100 | 1000010 | 0 | 11011 | 11011100 | 1100100 | 100101 |
Color Harmonies of #003FBB
Complementary color
Monochromatic Colors of #003FBB
Black with #003FBB
Text Example
Text Example
White with #003FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FBB; }
p { color: rgb(0,63,187); }
H1.HeaderClassName
{
color: #003FBB;
}
.AnyTagClassName
{
color: #003FBB;
}
</style>
background-color css
<style>
a { background-color: #003FBB; }
a { background-color: rgb(0,63,187); }
div.DivClassName
{
background-color: #003FBB;
}
.BgClassName
{
background-color: #003FBB;
}
</style>
border-color css
<style>
span { border-color: #003FBB; }
span { border-color: rgb(0,63,187); }
td.TdClassName
{
border-color: #003FBB;
}
.TagClassName
{
border-color: #003FBB;
}
</style>