Shades of Cobalt #003BBC
Tints of Cobalt #003BBC
RGB
CMYK
RGB Variations
Color information
#003BBC (or 0x003BBC) is known color: Cobalt. HEX triplet: 00, 3B and BC. RGB value is (0,59,188). Sum of RGB (Red+Green+Blue) = 0+59+188=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #003BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BBC is #FFC443. Grayscale: #373737. Windows color (decimal): -16761924 or 12335872. OLE color: 12335872.
HSL color Cylindrical-coordinate representation of color #003BBC: hue angle of 221.17º 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 #003BBC is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 59 | 188 | - |
| CMYK | 1 | 0.69 | 0 | 0.26 |
| HSL | 221.17º | 1% | 0.37% | - |
| HSV(B) | 221.17º | 1% | 0.74% | - |
| XYZ | 10.64 | 6.76 | 48.32 | - |
| YUV | 56.07 | 202.45 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 188 | 1 | 0.69 | 0 | 0.26 | 221.17 | 1 | 0.37 |
| Hex | 0 | 3B | BC | 64 | 45 | 0 | 1A | DD | 64 | 25 |
| Octal | 0 | 73 | 274 | 144 | 105 | 0 | 32 | 335 | 144 | 45 |
| Binary | 0 | 111011 | 10111100 | 1100100 | 1000101 | 0 | 11010 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003BBC
Complementary color
Monochromatic Colors of #003BBC
Black with #003BBC
Text Example
Text Example
White with #003BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BBC; }
p { color: rgb(0,59,188); }
H1.HeaderClassName
{
color: #003BBC;
}
.AnyTagClassName
{
color: #003BBC;
}
</style>
background-color css
<style>
a { background-color: #003BBC; }
a { background-color: rgb(0,59,188); }
div.DivClassName
{
background-color: #003BBC;
}
.BgClassName
{
background-color: #003BBC;
}
</style>
border-color css
<style>
span { border-color: #003BBC; }
span { border-color: rgb(0,59,188); }
td.TdClassName
{
border-color: #003BBC;
}
.TagClassName
{
border-color: #003BBC;
}
</style>