Shades of Cobalt #0F4AAA
Tints of Cobalt #0F4AAA
RGB
CMYK
RGB Variations
Color information
#0F4AAA (or 0x0F4AAA) is known color: Cobalt. HEX triplet: 0F, 4A and AA. RGB value is (15,74,170). Sum of RGB (Red+Green+Blue) = 15+74+170=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F4AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4AAA is #F0B555. Grayscale: #424242. Windows color (decimal): -15775062 or 11160079. OLE color: 11160079.
HSL color Cylindrical-coordinate representation of color #0F4AAA: hue angle of 217.16º 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 #0F4AAA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 74 | 170 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.33 |
| HSL | 217.16º | 0.84% | 0.36% | - |
| HSV(B) | 217.16º | 0.91% | 0.67% | - |
| XYZ | 9.9 | 7.9 | 39.03 | - |
| YUV | 67.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 170 | 0.91 | 0.56 | 0 | 0.33 | 217.16 | 0.84 | 0.36 |
| Hex | F | 4A | AA | 5B | 38 | 0 | 21 | D9 | 54 | 24 |
| Octal | 17 | 112 | 252 | 133 | 70 | 0 | 41 | 331 | 124 | 44 |
| Binary | 1111 | 1001010 | 10101010 | 1011011 | 111000 | 0 | 100001 | 11011001 | 1010100 | 100100 |
Color Harmonies of #0F4AAA
Complementary color
Monochromatic Colors of #0F4AAA
Black with #0F4AAA
Text Example
Text Example
White with #0F4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4AAA; }
p { color: rgb(15,74,170); }
H1.HeaderClassName
{
color: #0F4AAA;
}
.AnyTagClassName
{
color: #0F4AAA;
}
</style>
background-color css
<style>
a { background-color: #0F4AAA; }
a { background-color: rgb(15,74,170); }
div.DivClassName
{
background-color: #0F4AAA;
}
.BgClassName
{
background-color: #0F4AAA;
}
</style>
border-color css
<style>
span { border-color: #0F4AAA; }
span { border-color: rgb(15,74,170); }
td.TdClassName
{
border-color: #0F4AAA;
}
.TagClassName
{
border-color: #0F4AAA;
}
</style>