Shades of Cobalt #003BC0
Tints of Cobalt #003BC0
RGB
CMYK
RGB Variations
Color information
#003BC0 (or 0x003BC0) is known color: Cobalt. HEX triplet: 00, 3B and C0. RGB value is (0,59,192). Sum of RGB (Red+Green+Blue) = 0+59+192=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 192 (75.39% from 255 or 76.49% from 251); Max value from RGB is 192 - color contains mainly: blue. Hex color #003BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BC0 is #FFC43F. Grayscale: #373737. Windows color (decimal): -16761920 or 12598016. OLE color: 12598016.
HSL color Cylindrical-coordinate representation of color #003BC0: hue angle of 221.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BC0 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 59 | 192 | - |
| CMYK | 1 | 0.69 | 0 | 0.25 |
| HSL | 221.56º | 1% | 0.38% | - |
| HSV(B) | 221.56º | 1% | 0.75% | - |
| XYZ | 11.08 | 6.93 | 50.62 | - |
| YUV | 56.52 | 204.45 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 192 | 1 | 0.69 | 0 | 0.25 | 221.56 | 1 | 0.38 |
| Hex | 0 | 3B | C0 | 64 | 45 | 0 | 19 | DE | 64 | 26 |
| Octal | 0 | 73 | 300 | 144 | 105 | 0 | 31 | 336 | 144 | 46 |
| Binary | 0 | 111011 | 11000000 | 1100100 | 1000101 | 0 | 11001 | 11011110 | 1100100 | 100110 |
Color Harmonies of #003BC0
Complementary color
Monochromatic Colors of #003BC0
Black with #003BC0
Text Example
Text Example
White with #003BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BC0; }
p { color: rgb(0,59,192); }
H1.HeaderClassName
{
color: #003BC0;
}
.AnyTagClassName
{
color: #003BC0;
}
</style>
background-color css
<style>
a { background-color: #003BC0; }
a { background-color: rgb(0,59,192); }
div.DivClassName
{
background-color: #003BC0;
}
.BgClassName
{
background-color: #003BC0;
}
</style>
border-color css
<style>
span { border-color: #003BC0; }
span { border-color: rgb(0,59,192); }
td.TdClassName
{
border-color: #003BC0;
}
.TagClassName
{
border-color: #003BC0;
}
</style>