Shades of Cobalt #0F4BBB
Tints of Cobalt #0F4BBB
RGB
CMYK
RGB Variations
Color information
#0F4BBB (or 0x0F4BBB) is known color: Cobalt. HEX triplet: 0F, 4B and BB. RGB value is (15,75,187). Sum of RGB (Red+Green+Blue) = 15+75+187=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F4BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4BBB is #F0B444. Grayscale: #454545. Windows color (decimal): -15774789 or 12274447. OLE color: 12274447.
HSL color Cylindrical-coordinate representation of color #0F4BBB: hue angle of 219.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4BBB is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 75 | 187 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.27 |
| HSL | 219.07º | 0.85% | 0.4% | - |
| HSV(B) | 219.07º | 0.92% | 0.73% | - |
| XYZ | 11.68 | 8.72 | 48.08 | - |
| YUV | 69.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 187 | 0.92 | 0.60 | 0 | 0.27 | 219.07 | 0.85 | 0.4 |
| Hex | F | 4B | BB | 5C | 3C | 0 | 1B | DB | 55 | 28 |
| Octal | 17 | 113 | 273 | 134 | 74 | 0 | 33 | 333 | 125 | 50 |
| Binary | 1111 | 1001011 | 10111011 | 1011100 | 111100 | 0 | 11011 | 11011011 | 1010101 | 101000 |
Color Harmonies of #0F4BBB
Complementary color
Monochromatic Colors of #0F4BBB
Black with #0F4BBB
Text Example
Text Example
White with #0F4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4BBB; }
p { color: rgb(15,75,187); }
H1.HeaderClassName
{
color: #0F4BBB;
}
.AnyTagClassName
{
color: #0F4BBB;
}
</style>
background-color css
<style>
a { background-color: #0F4BBB; }
a { background-color: rgb(15,75,187); }
div.DivClassName
{
background-color: #0F4BBB;
}
.BgClassName
{
background-color: #0F4BBB;
}
</style>
border-color css
<style>
span { border-color: #0F4BBB; }
span { border-color: rgb(15,75,187); }
td.TdClassName
{
border-color: #0F4BBB;
}
.TagClassName
{
border-color: #0F4BBB;
}
</style>