Shades of Cobalt #0545AD
Tints of Cobalt #0545AD
RGB
CMYK
RGB Variations
Color information
#0545AD (or 0x0545AD) is known color: Cobalt. HEX triplet: 05, 45 and AD. RGB value is (5,69,173). Sum of RGB (Red+Green+Blue) = 5+69+173=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0545AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0545AD is #FABA52. Grayscale: #3D3D3D. Windows color (decimal): -16431699 or 11355397. OLE color: 11355397.
HSL color Cylindrical-coordinate representation of color #0545AD: hue angle of 217.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0545AD is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 69 | 173 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.32 |
| HSL | 217.14º | 0.94% | 0.35% | - |
| HSV(B) | 217.14º | 0.97% | 0.68% | - |
| XYZ | 9.73 | 7.31 | 40.43 | - |
| YUV | 61.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 173 | 0.97 | 0.60 | 0 | 0.32 | 217.14 | 0.94 | 0.35 |
| Hex | 5 | 45 | AD | 61 | 3C | 0 | 20 | D9 | 5E | 23 |
| Octal | 5 | 105 | 255 | 141 | 74 | 0 | 40 | 331 | 136 | 43 |
| Binary | 101 | 1000101 | 10101101 | 1100001 | 111100 | 0 | 100000 | 11011001 | 1011110 | 100011 |
Color Harmonies of #0545AD
Complementary color
Monochromatic Colors of #0545AD
Black with #0545AD
Text Example
Text Example
White with #0545AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0545AD; }
p { color: rgb(5,69,173); }
H1.HeaderClassName
{
color: #0545AD;
}
.AnyTagClassName
{
color: #0545AD;
}
</style>
background-color css
<style>
a { background-color: #0545AD; }
a { background-color: rgb(5,69,173); }
div.DivClassName
{
background-color: #0545AD;
}
.BgClassName
{
background-color: #0545AD;
}
</style>
border-color css
<style>
span { border-color: #0545AD; }
span { border-color: rgb(5,69,173); }
td.TdClassName
{
border-color: #0545AD;
}
.TagClassName
{
border-color: #0545AD;
}
</style>