Shades of Cobalt #0545BB
Tints of Cobalt #0545BB
RGB
CMYK
RGB Variations
Color information
#0545BB (or 0x0545BB) is known color: Cobalt. HEX triplet: 05, 45 and BB. RGB value is (5,69,187). Sum of RGB (Red+Green+Blue) = 5+69+187=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #0545BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0545BB is #FABA44. Grayscale: #3E3E3E. Windows color (decimal): -16431685 or 12272901. OLE color: 12272901.
HSL color Cylindrical-coordinate representation of color #0545BB: hue angle of 218.9º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0545BB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 69 | 187 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.27 |
| HSL | 218.9º | 0.95% | 0.38% | - |
| HSV(B) | 218.9º | 0.97% | 0.73% | - |
| XYZ | 11.16 | 7.88 | 47.95 | - |
| YUV | 63.32 | 197.8 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 187 | 0.97 | 0.63 | 0 | 0.27 | 218.9 | 0.95 | 0.38 |
| Hex | 5 | 45 | BB | 61 | 3F | 0 | 1B | DB | 5F | 26 |
| Octal | 5 | 105 | 273 | 141 | 77 | 0 | 33 | 333 | 137 | 46 |
| Binary | 101 | 1000101 | 10111011 | 1100001 | 111111 | 0 | 11011 | 11011011 | 1011111 | 100110 |
Color Harmonies of #0545BB
Complementary color
Monochromatic Colors of #0545BB
Black with #0545BB
Text Example
Text Example
White with #0545BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0545BB; }
p { color: rgb(5,69,187); }
H1.HeaderClassName
{
color: #0545BB;
}
.AnyTagClassName
{
color: #0545BB;
}
</style>
background-color css
<style>
a { background-color: #0545BB; }
a { background-color: rgb(5,69,187); }
div.DivClassName
{
background-color: #0545BB;
}
.BgClassName
{
background-color: #0545BB;
}
</style>
border-color css
<style>
span { border-color: #0545BB; }
span { border-color: rgb(5,69,187); }
td.TdClassName
{
border-color: #0545BB;
}
.TagClassName
{
border-color: #0545BB;
}
</style>