Shades of Cobalt #0154BC
Tints of Cobalt #0154BC
RGB
CMYK
RGB Variations
Color information
#0154BC (or 0x0154BC) is known color: Cobalt. HEX triplet: 01, 54 and BC. RGB value is (1,84,188). Sum of RGB (Red+Green+Blue) = 1+84+188=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #0154BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154BC is #FEAB43. Grayscale: #464646. Windows color (decimal): -16689988 or 12342273. OLE color: 12342273.
HSL color Cylindrical-coordinate representation of color #0154BC: hue angle of 213.37º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0154BC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 84 | 188 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.26 |
| HSL | 213.37º | 0.99% | 0.37% | - |
| HSV(B) | 213.37º | 0.99% | 0.74% | - |
| XYZ | 12.26 | 9.98 | 48.86 | - |
| YUV | 71.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 188 | 0.99 | 0.55 | 0 | 0.26 | 213.37 | 0.99 | 0.37 |
| Hex | 1 | 54 | BC | 63 | 37 | 0 | 1A | D5 | 63 | 25 |
| Octal | 1 | 124 | 274 | 143 | 67 | 0 | 32 | 325 | 143 | 45 |
| Binary | 1 | 1010100 | 10111100 | 1100011 | 110111 | 0 | 11010 | 11010101 | 1100011 | 100101 |
Color Harmonies of #0154BC
Complementary color
Monochromatic Colors of #0154BC
Black with #0154BC
Text Example
Text Example
White with #0154BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0154BC; }
p { color: rgb(1,84,188); }
H1.HeaderClassName
{
color: #0154BC;
}
.AnyTagClassName
{
color: #0154BC;
}
</style>
background-color css
<style>
a { background-color: #0154BC; }
a { background-color: rgb(1,84,188); }
div.DivClassName
{
background-color: #0154BC;
}
.BgClassName
{
background-color: #0154BC;
}
</style>
border-color css
<style>
span { border-color: #0154BC; }
span { border-color: rgb(1,84,188); }
td.TdClassName
{
border-color: #0154BC;
}
.TagClassName
{
border-color: #0154BC;
}
</style>