Shades of Cobalt #0051BB
Tints of Cobalt #0051BB
RGB
CMYK
RGB Variations
Color information
#0051BB (or 0x0051BB) is known color: Cobalt. HEX triplet: 00, 51 and BB. RGB value is (0,81,187). Sum of RGB (Red+Green+Blue) = 0+81+187=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #0051BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051BB is #FFAE44. Grayscale: #444444. Windows color (decimal): -16756293 or 12275968. OLE color: 12275968.
HSL color Cylindrical-coordinate representation of color #0051BB: hue angle of 214.01º 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 #0051BB is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 81 | 187 | - |
| CMYK | 1 | 0.57 | 0 | 0.27 |
| HSL | 214.01º | 1% | 0.37% | - |
| HSV(B) | 214.01º | 1% | 0.73% | - |
| XYZ | 11.91 | 9.47 | 48.21 | - |
| YUV | 68.87 | 194.66 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 187 | 1 | 0.57 | 0 | 0.27 | 214.01 | 1 | 0.37 |
| Hex | 0 | 51 | BB | 64 | 39 | 0 | 1B | D6 | 64 | 25 |
| Octal | 0 | 121 | 273 | 144 | 71 | 0 | 33 | 326 | 144 | 45 |
| Binary | 0 | 1010001 | 10111011 | 1100100 | 111001 | 0 | 11011 | 11010110 | 1100100 | 100101 |
Color Harmonies of #0051BB
Complementary color
Monochromatic Colors of #0051BB
Black with #0051BB
Text Example
Text Example
White with #0051BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0051BB; }
p { color: rgb(0,81,187); }
H1.HeaderClassName
{
color: #0051BB;
}
.AnyTagClassName
{
color: #0051BB;
}
</style>
background-color css
<style>
a { background-color: #0051BB; }
a { background-color: rgb(0,81,187); }
div.DivClassName
{
background-color: #0051BB;
}
.BgClassName
{
background-color: #0051BB;
}
</style>
border-color css
<style>
span { border-color: #0051BB; }
span { border-color: rgb(0,81,187); }
td.TdClassName
{
border-color: #0051BB;
}
.TagClassName
{
border-color: #0051BB;
}
</style>