Shades of Cobalt #0151BB
Tints of Cobalt #0151BB
RGB
CMYK
RGB Variations
Color information
#0151BB (or 0x0151BB) is known color: Cobalt. HEX triplet: 01, 51 and BB. RGB value is (1,81,187). Sum of RGB (Red+Green+Blue) = 1+81+187=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #0151BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0151BB is #FEAE44. Grayscale: #444444. Windows color (decimal): -16690757 or 12275969. OLE color: 12275969.
HSL color Cylindrical-coordinate representation of color #0151BB: hue angle of 214.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0151BB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 81 | 187 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.27 |
| HSL | 214.19º | 0.99% | 0.37% | - |
| HSV(B) | 214.19º | 0.99% | 0.73% | - |
| XYZ | 11.92 | 9.48 | 48.21 | - |
| YUV | 69.16 | 194.5 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 187 | 0.99 | 0.57 | 0 | 0.27 | 214.19 | 0.99 | 0.37 |
| Hex | 1 | 51 | BB | 63 | 39 | 0 | 1B | D6 | 63 | 25 |
| Octal | 1 | 121 | 273 | 143 | 71 | 0 | 33 | 326 | 143 | 45 |
| Binary | 1 | 1010001 | 10111011 | 1100011 | 111001 | 0 | 11011 | 11010110 | 1100011 | 100101 |
Color Harmonies of #0151BB
Complementary color
Monochromatic Colors of #0151BB
Black with #0151BB
Text Example
Text Example
White with #0151BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0151BB; }
p { color: rgb(1,81,187); }
H1.HeaderClassName
{
color: #0151BB;
}
.AnyTagClassName
{
color: #0151BB;
}
</style>
background-color css
<style>
a { background-color: #0151BB; }
a { background-color: rgb(1,81,187); }
div.DivClassName
{
background-color: #0151BB;
}
.BgClassName
{
background-color: #0151BB;
}
</style>
border-color css
<style>
span { border-color: #0151BB; }
span { border-color: rgb(1,81,187); }
td.TdClassName
{
border-color: #0151BB;
}
.TagClassName
{
border-color: #0151BB;
}
</style>