Shades of Cobalt #0F4AAD
Tints of Cobalt #0F4AAD
RGB
CMYK
RGB Variations
Color information
#0F4AAD (or 0x0F4AAD) is known color: Cobalt. HEX triplet: 0F, 4A and AD. RGB value is (15,74,173). Sum of RGB (Red+Green+Blue) = 15+74+173=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F4AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4AAD is #F0B552. Grayscale: #434343. Windows color (decimal): -15775059 or 11356687. OLE color: 11356687.
HSL color Cylindrical-coordinate representation of color #0F4AAD: hue angle of 217.59º 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 #0F4AAD is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 74 | 173 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.32 |
| HSL | 217.59º | 0.84% | 0.37% | - |
| HSV(B) | 217.59º | 0.91% | 0.68% | - |
| XYZ | 10.19 | 8.02 | 40.55 | - |
| YUV | 67.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 173 | 0.91 | 0.57 | 0 | 0.32 | 217.59 | 0.84 | 0.37 |
| Hex | F | 4A | AD | 5B | 39 | 0 | 20 | DA | 54 | 25 |
| Octal | 17 | 112 | 255 | 133 | 71 | 0 | 40 | 332 | 124 | 45 |
| Binary | 1111 | 1001010 | 10101101 | 1011011 | 111001 | 0 | 100000 | 11011010 | 1010100 | 100101 |
Color Harmonies of #0F4AAD
Complementary color
Monochromatic Colors of #0F4AAD
Black with #0F4AAD
Text Example
Text Example
White with #0F4AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4AAD; }
p { color: rgb(15,74,173); }
H1.HeaderClassName
{
color: #0F4AAD;
}
.AnyTagClassName
{
color: #0F4AAD;
}
</style>
background-color css
<style>
a { background-color: #0F4AAD; }
a { background-color: rgb(15,74,173); }
div.DivClassName
{
background-color: #0F4AAD;
}
.BgClassName
{
background-color: #0F4AAD;
}
</style>
border-color css
<style>
span { border-color: #0F4AAD; }
span { border-color: rgb(15,74,173); }
td.TdClassName
{
border-color: #0F4AAD;
}
.TagClassName
{
border-color: #0F4AAD;
}
</style>