Shades of Cobalt #003BB1
Tints of Cobalt #003BB1
RGB
CMYK
RGB Variations
Color information
#003BB1 (or 0x003BB1) is known color: Cobalt. HEX triplet: 00, 3B and B1. RGB value is (0,59,177). Sum of RGB (Red+Green+Blue) = 0+59+177=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 177 (69.53% from 255 or 75% from 236); Max value from RGB is 177 - color contains mainly: blue. Hex color #003BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BB1 is #FFC44E. Grayscale: #363636. Windows color (decimal): -16761935 or 11614976. OLE color: 11614976.
HSL color Cylindrical-coordinate representation of color #003BB1: hue angle of 220º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BB1 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 59 | 177 | - |
| CMYK | 1 | 0.67 | 0 | 0.31 |
| HSL | 220º | 1% | 0.35% | - |
| HSV(B) | 220º | 1% | 0.69% | - |
| XYZ | 9.5 | 6.3 | 42.31 | - |
| YUV | 54.81 | 196.95 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 177 | 1 | 0.67 | 0 | 0.31 | 220 | 1 | 0.35 |
| Hex | 0 | 3B | B1 | 64 | 43 | 0 | 1F | DC | 64 | 23 |
| Octal | 0 | 73 | 261 | 144 | 103 | 0 | 37 | 334 | 144 | 43 |
| Binary | 0 | 111011 | 10110001 | 1100100 | 1000011 | 0 | 11111 | 11011100 | 1100100 | 100011 |
Color Harmonies of #003BB1
Complementary color
Monochromatic Colors of #003BB1
Black with #003BB1
Text Example
Text Example
White with #003BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003BB1; }
p { color: rgb(0,59,177); }
H1.HeaderClassName
{
color: #003BB1;
}
.AnyTagClassName
{
color: #003BB1;
}
</style>
background-color css
<style>
a { background-color: #003BB1; }
a { background-color: rgb(0,59,177); }
div.DivClassName
{
background-color: #003BB1;
}
.BgClassName
{
background-color: #003BB1;
}
</style>
border-color css
<style>
span { border-color: #003BB1; }
span { border-color: rgb(0,59,177); }
td.TdClassName
{
border-color: #003BB1;
}
.TagClassName
{
border-color: #003BB1;
}
</style>