Shades of Cobalt #0F50AB
Tints of Cobalt #0F50AB
RGB
CMYK
RGB Variations
Color information
#0F50AB (or 0x0F50AB) is known color: Cobalt. HEX triplet: 0F, 50 and AB. RGB value is (15,80,171). Sum of RGB (Red+Green+Blue) = 15+80+171=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F50AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F50AB is #F0AF54. Grayscale: #464646. Windows color (decimal): -15773525 or 11227151. OLE color: 11227151.
HSL color Cylindrical-coordinate representation of color #0F50AB: hue angle of 215º 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 #0F50AB is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 80 | 171 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.33 |
| HSL | 215º | 0.84% | 0.36% | - |
| HSV(B) | 215º | 0.91% | 0.67% | - |
| XYZ | 10.42 | 8.78 | 39.67 | - |
| YUV | 70.94 | 184.47 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 171 | 0.91 | 0.53 | 0 | 0.33 | 215 | 0.84 | 0.36 |
| Hex | F | 50 | AB | 5B | 35 | 0 | 21 | D7 | 54 | 24 |
| Octal | 17 | 120 | 253 | 133 | 65 | 0 | 41 | 327 | 124 | 44 |
| Binary | 1111 | 1010000 | 10101011 | 1011011 | 110101 | 0 | 100001 | 11010111 | 1010100 | 100100 |
Color Harmonies of #0F50AB
Complementary color
Monochromatic Colors of #0F50AB
Black with #0F50AB
Text Example
Text Example
White with #0F50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F50AB; }
p { color: rgb(15,80,171); }
H1.HeaderClassName
{
color: #0F50AB;
}
.AnyTagClassName
{
color: #0F50AB;
}
</style>
background-color css
<style>
a { background-color: #0F50AB; }
a { background-color: rgb(15,80,171); }
div.DivClassName
{
background-color: #0F50AB;
}
.BgClassName
{
background-color: #0F50AB;
}
</style>
border-color css
<style>
span { border-color: #0F50AB; }
span { border-color: rgb(15,80,171); }
td.TdClassName
{
border-color: #0F50AB;
}
.TagClassName
{
border-color: #0F50AB;
}
</style>