Shades of Cobalt #0F4ABB
Tints of Cobalt #0F4ABB
RGB
CMYK
RGB Variations
Color information
#0F4ABB (or 0x0F4ABB) is known color: Cobalt. HEX triplet: 0F, 4A and BB. RGB value is (15,74,187). Sum of RGB (Red+Green+Blue) = 15+74+187=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F4ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4ABB is #F0B544. Grayscale: #444444. Windows color (decimal): -15775045 or 12274191. OLE color: 12274191.
HSL color Cylindrical-coordinate representation of color #0F4ABB: hue angle of 219.42º 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 #0F4ABB is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 74 | 187 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.27 |
| HSL | 219.42º | 0.85% | 0.4% | - |
| HSV(B) | 219.42º | 0.92% | 0.73% | - |
| XYZ | 11.62 | 8.59 | 48.06 | - |
| YUV | 69.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 187 | 0.92 | 0.60 | 0 | 0.27 | 219.42 | 0.85 | 0.4 |
| Hex | F | 4A | BB | 5C | 3C | 0 | 1B | DB | 55 | 28 |
| Octal | 17 | 112 | 273 | 134 | 74 | 0 | 33 | 333 | 125 | 50 |
| Binary | 1111 | 1001010 | 10111011 | 1011100 | 111100 | 0 | 11011 | 11011011 | 1010101 | 101000 |
Color Harmonies of #0F4ABB
Complementary color
Monochromatic Colors of #0F4ABB
Black with #0F4ABB
Text Example
Text Example
White with #0F4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4ABB; }
p { color: rgb(15,74,187); }
H1.HeaderClassName
{
color: #0F4ABB;
}
.AnyTagClassName
{
color: #0F4ABB;
}
</style>
background-color css
<style>
a { background-color: #0F4ABB; }
a { background-color: rgb(15,74,187); }
div.DivClassName
{
background-color: #0F4ABB;
}
.BgClassName
{
background-color: #0F4ABB;
}
</style>
border-color css
<style>
span { border-color: #0F4ABB; }
span { border-color: rgb(15,74,187); }
td.TdClassName
{
border-color: #0F4ABB;
}
.TagClassName
{
border-color: #0F4ABB;
}
</style>