Shades of Cobalt #0F55AB
Tints of Cobalt #0F55AB
RGB
CMYK
RGB Variations
Color information
#0F55AB (or 0x0F55AB) is known color: Cobalt. HEX triplet: 0F, 55 and AB. RGB value is (15,85,171). Sum of RGB (Red+Green+Blue) = 15+85+171=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F55AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F55AB is #F0AA54. Grayscale: #494949. Windows color (decimal): -15772245 or 11228431. OLE color: 11228431.
HSL color Cylindrical-coordinate representation of color #0F55AB: hue angle of 213.08º 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 #0F55AB is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 85 | 171 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.33 |
| HSL | 213.08º | 0.84% | 0.36% | - |
| HSV(B) | 213.08º | 0.91% | 0.67% | - |
| XYZ | 10.8 | 9.54 | 39.8 | - |
| YUV | 73.87 | 182.81 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 171 | 0.91 | 0.50 | 0 | 0.33 | 213.08 | 0.84 | 0.36 |
| Hex | F | 55 | AB | 5B | 32 | 0 | 21 | D5 | 54 | 24 |
| Octal | 17 | 125 | 253 | 133 | 62 | 0 | 41 | 325 | 124 | 44 |
| Binary | 1111 | 1010101 | 10101011 | 1011011 | 110010 | 0 | 100001 | 11010101 | 1010100 | 100100 |
Color Harmonies of #0F55AB
Complementary color
Monochromatic Colors of #0F55AB
Black with #0F55AB
Text Example
Text Example
White with #0F55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F55AB; }
p { color: rgb(15,85,171); }
H1.HeaderClassName
{
color: #0F55AB;
}
.AnyTagClassName
{
color: #0F55AB;
}
</style>
background-color css
<style>
a { background-color: #0F55AB; }
a { background-color: rgb(15,85,171); }
div.DivClassName
{
background-color: #0F55AB;
}
.BgClassName
{
background-color: #0F55AB;
}
</style>
border-color css
<style>
span { border-color: #0F55AB; }
span { border-color: rgb(15,85,171); }
td.TdClassName
{
border-color: #0F55AB;
}
.TagClassName
{
border-color: #0F55AB;
}
</style>