Shades of Cobalt #0B48AC
Tints of Cobalt #0B48AC
RGB
CMYK
RGB Variations
Color information
#0B48AC (or 0x0B48AC) is known color: Cobalt. HEX triplet: 0B, 48 and AC. RGB value is (11,72,172). Sum of RGB (Red+Green+Blue) = 11+72+172=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B48AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B48AC is #F4B753. Grayscale: #404040. Windows color (decimal): -16037716 or 11290635. OLE color: 11290635.
HSL color Cylindrical-coordinate representation of color #0B48AC: hue angle of 217.27º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B48AC is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 72 | 172 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.33 |
| HSL | 217.27º | 0.88% | 0.36% | - |
| HSV(B) | 217.27º | 0.94% | 0.67% | - |
| XYZ | 9.9 | 7.68 | 39.99 | - |
| YUV | 65.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 172 | 0.94 | 0.58 | 0 | 0.33 | 217.27 | 0.88 | 0.36 |
| Hex | B | 48 | AC | 5E | 3A | 0 | 21 | D9 | 58 | 24 |
| Octal | 13 | 110 | 254 | 136 | 72 | 0 | 41 | 331 | 130 | 44 |
| Binary | 1011 | 1001000 | 10101100 | 1011110 | 111010 | 0 | 100001 | 11011001 | 1011000 | 100100 |
Color Harmonies of #0B48AC
Complementary color
Monochromatic Colors of #0B48AC
Black with #0B48AC
Text Example
Text Example
White with #0B48AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B48AC; }
p { color: rgb(11,72,172); }
H1.HeaderClassName
{
color: #0B48AC;
}
.AnyTagClassName
{
color: #0B48AC;
}
</style>
background-color css
<style>
a { background-color: #0B48AC; }
a { background-color: rgb(11,72,172); }
div.DivClassName
{
background-color: #0B48AC;
}
.BgClassName
{
background-color: #0B48AC;
}
</style>
border-color css
<style>
span { border-color: #0B48AC; }
span { border-color: rgb(11,72,172); }
td.TdClassName
{
border-color: #0B48AC;
}
.TagClassName
{
border-color: #0B48AC;
}
</style>