Shades of Cobalt #0F49AF
Tints of Cobalt #0F49AF
RGB
CMYK
RGB Variations
Color information
#0F49AF (or 0x0F49AF) is known color: Cobalt. HEX triplet: 0F, 49 and AF. RGB value is (15,73,175). Sum of RGB (Red+Green+Blue) = 15+73+175=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F49AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F49AF is #F0B650. Grayscale: #424242. Windows color (decimal): -15775313 or 11487503. OLE color: 11487503.
HSL color Cylindrical-coordinate representation of color #0F49AF: hue angle of 218.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F49AF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 73 | 175 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.31 |
| HSL | 218.25º | 0.84% | 0.37% | - |
| HSV(B) | 218.25º | 0.91% | 0.69% | - |
| XYZ | 10.32 | 7.96 | 41.55 | - |
| YUV | 67.29 | 188.78 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 175 | 0.91 | 0.58 | 0 | 0.31 | 218.25 | 0.84 | 0.37 |
| Hex | F | 49 | AF | 5B | 3A | 0 | 1F | DA | 54 | 25 |
| Octal | 17 | 111 | 257 | 133 | 72 | 0 | 37 | 332 | 124 | 45 |
| Binary | 1111 | 1001001 | 10101111 | 1011011 | 111010 | 0 | 11111 | 11011010 | 1010100 | 100101 |
Color Harmonies of #0F49AF
Complementary color
Monochromatic Colors of #0F49AF
Black with #0F49AF
Text Example
Text Example
White with #0F49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F49AF; }
p { color: rgb(15,73,175); }
H1.HeaderClassName
{
color: #0F49AF;
}
.AnyTagClassName
{
color: #0F49AF;
}
</style>
background-color css
<style>
a { background-color: #0F49AF; }
a { background-color: rgb(15,73,175); }
div.DivClassName
{
background-color: #0F49AF;
}
.BgClassName
{
background-color: #0F49AF;
}
</style>
border-color css
<style>
span { border-color: #0F49AF; }
span { border-color: rgb(15,73,175); }
td.TdClassName
{
border-color: #0F49AF;
}
.TagClassName
{
border-color: #0F49AF;
}
</style>