Shades of Cobalt #0F48BA
Tints of Cobalt #0F48BA
RGB
CMYK
RGB Variations
Color information
#0F48BA (or 0x0F48BA) is known color: Cobalt. HEX triplet: 0F, 48 and BA. RGB value is (15,72,186). Sum of RGB (Red+Green+Blue) = 15+72+186=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F48BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F48BA is #F0B745. Grayscale: #434343. Windows color (decimal): -15775558 or 12208143. OLE color: 12208143.
HSL color Cylindrical-coordinate representation of color #0F48BA: hue angle of 220º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F48BA is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 72 | 186 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.27 |
| HSL | 220º | 0.85% | 0.39% | - |
| HSV(B) | 220º | 0.92% | 0.73% | - |
| XYZ | 11.38 | 8.28 | 47.45 | - |
| YUV | 67.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 186 | 0.92 | 0.61 | 0 | 0.27 | 220 | 0.85 | 0.39 |
| Hex | F | 48 | BA | 5C | 3D | 0 | 1B | DC | 55 | 27 |
| Octal | 17 | 110 | 272 | 134 | 75 | 0 | 33 | 334 | 125 | 47 |
| Binary | 1111 | 1001000 | 10111010 | 1011100 | 111101 | 0 | 11011 | 11011100 | 1010101 | 100111 |
Color Harmonies of #0F48BA
Complementary color
Monochromatic Colors of #0F48BA
Black with #0F48BA
Text Example
Text Example
White with #0F48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F48BA; }
p { color: rgb(15,72,186); }
H1.HeaderClassName
{
color: #0F48BA;
}
.AnyTagClassName
{
color: #0F48BA;
}
</style>
background-color css
<style>
a { background-color: #0F48BA; }
a { background-color: rgb(15,72,186); }
div.DivClassName
{
background-color: #0F48BA;
}
.BgClassName
{
background-color: #0F48BA;
}
</style>
border-color css
<style>
span { border-color: #0F48BA; }
span { border-color: rgb(15,72,186); }
td.TdClassName
{
border-color: #0F48BA;
}
.TagClassName
{
border-color: #0F48BA;
}
</style>