Shades of Cobalt #0F50AD
Tints of Cobalt #0F50AD
RGB
CMYK
RGB Variations
Color information
#0F50AD (or 0x0F50AD) is known color: Cobalt. HEX triplet: 0F, 50 and AD. RGB value is (15,80,173). Sum of RGB (Red+Green+Blue) = 15+80+173=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F50AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F50AD is #F0AF52. Grayscale: #464646. Windows color (decimal): -15773523 or 11358223. OLE color: 11358223.
HSL color Cylindrical-coordinate representation of color #0F50AD: hue angle of 215.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F50AD is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 80 | 173 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.32 |
| HSL | 215.32º | 0.84% | 0.37% | - |
| HSV(B) | 215.32º | 0.91% | 0.68% | - |
| XYZ | 10.61 | 8.86 | 40.69 | - |
| YUV | 71.17 | 185.47 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 173 | 0.91 | 0.54 | 0 | 0.32 | 215.32 | 0.84 | 0.37 |
| Hex | F | 50 | AD | 5B | 36 | 0 | 20 | D7 | 54 | 25 |
| Octal | 17 | 120 | 255 | 133 | 66 | 0 | 40 | 327 | 124 | 45 |
| Binary | 1111 | 1010000 | 10101101 | 1011011 | 110110 | 0 | 100000 | 11010111 | 1010100 | 100101 |
Color Harmonies of #0F50AD
Complementary color
Monochromatic Colors of #0F50AD
Black with #0F50AD
Text Example
Text Example
White with #0F50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F50AD; }
p { color: rgb(15,80,173); }
H1.HeaderClassName
{
color: #0F50AD;
}
.AnyTagClassName
{
color: #0F50AD;
}
</style>
background-color css
<style>
a { background-color: #0F50AD; }
a { background-color: rgb(15,80,173); }
div.DivClassName
{
background-color: #0F50AD;
}
.BgClassName
{
background-color: #0F50AD;
}
</style>
border-color css
<style>
span { border-color: #0F50AD; }
span { border-color: rgb(15,80,173); }
td.TdClassName
{
border-color: #0F50AD;
}
.TagClassName
{
border-color: #0F50AD;
}
</style>