Shades of Cobalt #0548AB
Tints of Cobalt #0548AB
RGB
CMYK
RGB Variations
Color information
#0548AB (or 0x0548AB) is known color: Cobalt. HEX triplet: 05, 48 and AB. RGB value is (5,72,171). Sum of RGB (Red+Green+Blue) = 5+72+171=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #0548AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0548AB is #FAB754. Grayscale: #3E3E3E. Windows color (decimal): -16430933 or 11225093. OLE color: 11225093.
HSL color Cylindrical-coordinate representation of color #0548AB: hue angle of 215.78º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0548AB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 72 | 171 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.33 |
| HSL | 215.78º | 0.94% | 0.35% | - |
| HSV(B) | 215.78º | 0.97% | 0.67% | - |
| XYZ | 9.73 | 7.61 | 39.48 | - |
| YUV | 63.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 171 | 0.97 | 0.58 | 0 | 0.33 | 215.78 | 0.94 | 0.35 |
| Hex | 5 | 48 | AB | 61 | 3A | 0 | 21 | D8 | 5E | 23 |
| Octal | 5 | 110 | 253 | 141 | 72 | 0 | 41 | 330 | 136 | 43 |
| Binary | 101 | 1001000 | 10101011 | 1100001 | 111010 | 0 | 100001 | 11011000 | 1011110 | 100011 |
Color Harmonies of #0548AB
Complementary color
Monochromatic Colors of #0548AB
Black with #0548AB
Text Example
Text Example
White with #0548AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0548AB; }
p { color: rgb(5,72,171); }
H1.HeaderClassName
{
color: #0548AB;
}
.AnyTagClassName
{
color: #0548AB;
}
</style>
background-color css
<style>
a { background-color: #0548AB; }
a { background-color: rgb(5,72,171); }
div.DivClassName
{
background-color: #0548AB;
}
.BgClassName
{
background-color: #0548AB;
}
</style>
border-color css
<style>
span { border-color: #0548AB; }
span { border-color: rgb(5,72,171); }
td.TdClassName
{
border-color: #0548AB;
}
.TagClassName
{
border-color: #0548AB;
}
</style>