Shades of Cobalt #0F51AB
Tints of Cobalt #0F51AB
RGB
CMYK
RGB Variations
Color information
#0F51AB (or 0x0F51AB) is known color: Cobalt. HEX triplet: 0F, 51 and AB. RGB value is (15,81,171). Sum of RGB (Red+Green+Blue) = 15+81+171=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F51AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F51AB is #F0AE54. Grayscale: #474747. Windows color (decimal): -15773269 or 11227407. OLE color: 11227407.
HSL color Cylindrical-coordinate representation of color #0F51AB: hue angle of 214.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F51AB is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 81 | 171 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.33 |
| HSL | 214.62º | 0.84% | 0.36% | - |
| HSV(B) | 214.62º | 0.91% | 0.67% | - |
| XYZ | 10.49 | 8.93 | 39.7 | - |
| YUV | 71.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 171 | 0.91 | 0.53 | 0 | 0.33 | 214.62 | 0.84 | 0.36 |
| Hex | F | 51 | AB | 5B | 35 | 0 | 21 | D7 | 54 | 24 |
| Octal | 17 | 121 | 253 | 133 | 65 | 0 | 41 | 327 | 124 | 44 |
| Binary | 1111 | 1010001 | 10101011 | 1011011 | 110101 | 0 | 100001 | 11010111 | 1010100 | 100100 |
Color Harmonies of #0F51AB
Complementary color
Monochromatic Colors of #0F51AB
Black with #0F51AB
Text Example
Text Example
White with #0F51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F51AB; }
p { color: rgb(15,81,171); }
H1.HeaderClassName
{
color: #0F51AB;
}
.AnyTagClassName
{
color: #0F51AB;
}
</style>
background-color css
<style>
a { background-color: #0F51AB; }
a { background-color: rgb(15,81,171); }
div.DivClassName
{
background-color: #0F51AB;
}
.BgClassName
{
background-color: #0F51AB;
}
</style>
border-color css
<style>
span { border-color: #0F51AB; }
span { border-color: rgb(15,81,171); }
td.TdClassName
{
border-color: #0F51AB;
}
.TagClassName
{
border-color: #0F51AB;
}
</style>