Shades of Cobalt #003BBB
Tints of Cobalt #003BBB
RGB
CMYK
RGB Variations
Color information
#003BBB (or 0x003BBB) is known color: Cobalt. HEX triplet: 00, 3B and BB. RGB value is (0,59,187). Sum of RGB (Red+Green+Blue) = 0+59+187=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #003BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BBB is #FFC444. Grayscale: #373737. Windows color (decimal): -16761925 or 12270336. OLE color: 12270336.
HSL color Cylindrical-coordinate representation of color #003BBB: hue angle of 221.07º 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 #003BBB is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 59 | 187 | - |
| CMYK | 1 | 0.68 | 0 | 0.27 |
| HSL | 221.07º | 1% | 0.37% | - |
| HSV(B) | 221.07º | 1% | 0.73% | - |
| XYZ | 10.53 | 6.72 | 47.75 | - |
| YUV | 55.95 | 201.95 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 187 | 1 | 0.68 | 0 | 0.27 | 221.07 | 1 | 0.37 |
| Hex | 0 | 3B | BB | 64 | 44 | 0 | 1B | DD | 64 | 25 |
| Octal | 0 | 73 | 273 | 144 | 104 | 0 | 33 | 335 | 144 | 45 |
| Binary | 0 | 111011 | 10111011 | 1100100 | 1000100 | 0 | 11011 | 11011101 | 1100100 | 100101 |
Color Harmonies of #003BBB
Complementary color
Monochromatic Colors of #003BBB
Black with #003BBB
Text Example
Text Example
White with #003BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BBB; }
p { color: rgb(0,59,187); }
H1.HeaderClassName
{
color: #003BBB;
}
.AnyTagClassName
{
color: #003BBB;
}
</style>
background-color css
<style>
a { background-color: #003BBB; }
a { background-color: rgb(0,59,187); }
div.DivClassName
{
background-color: #003BBB;
}
.BgClassName
{
background-color: #003BBB;
}
</style>
border-color css
<style>
span { border-color: #003BBB; }
span { border-color: rgb(0,59,187); }
td.TdClassName
{
border-color: #003BBB;
}
.TagClassName
{
border-color: #003BBB;
}
</style>