Shades of Cobalt #0F43A9
Tints of Cobalt #0F43A9
RGB
CMYK
RGB Variations
Color information
#0F43A9 (or 0x0F43A9) is known color: Cobalt. HEX triplet: 0F, 43 and A9. RGB value is (15,67,169). Sum of RGB (Red+Green+Blue) = 15+67+169=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F43A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F43A9 is #F0BC56. Grayscale: #3E3E3E. Windows color (decimal): -15776855 or 11092751. OLE color: 11092751.
HSL color Cylindrical-coordinate representation of color #0F43A9: hue angle of 219.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F43A9 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 67 | 169 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.34 |
| HSL | 219.74º | 0.84% | 0.36% | - |
| HSV(B) | 219.74º | 0.91% | 0.66% | - |
| XYZ | 9.37 | 6.98 | 38.39 | - |
| YUV | 63.08 | 187.77 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 169 | 0.91 | 0.60 | 0 | 0.34 | 219.74 | 0.84 | 0.36 |
| Hex | F | 43 | A9 | 5B | 3C | 0 | 22 | DC | 54 | 24 |
| Octal | 17 | 103 | 251 | 133 | 74 | 0 | 42 | 334 | 124 | 44 |
| Binary | 1111 | 1000011 | 10101001 | 1011011 | 111100 | 0 | 100010 | 11011100 | 1010100 | 100100 |
Color Harmonies of #0F43A9
Complementary color
Monochromatic Colors of #0F43A9
Black with #0F43A9
Text Example
Text Example
White with #0F43A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F43A9; }
p { color: rgb(15,67,169); }
H1.HeaderClassName
{
color: #0F43A9;
}
.AnyTagClassName
{
color: #0F43A9;
}
</style>
background-color css
<style>
a { background-color: #0F43A9; }
a { background-color: rgb(15,67,169); }
div.DivClassName
{
background-color: #0F43A9;
}
.BgClassName
{
background-color: #0F43A9;
}
</style>
border-color css
<style>
span { border-color: #0F43A9; }
span { border-color: rgb(15,67,169); }
td.TdClassName
{
border-color: #0F43A9;
}
.TagClassName
{
border-color: #0F43A9;
}
</style>