Shades of Cobalt #0F45AA
Tints of Cobalt #0F45AA
RGB
CMYK
RGB Variations
Color information
#0F45AA (or 0x0F45AA) is known color: Cobalt. HEX triplet: 0F, 45 and AA. RGB value is (15,69,170). Sum of RGB (Red+Green+Blue) = 15+69+170=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F45AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F45AA is #F0BA55. Grayscale: #3F3F3F. Windows color (decimal): -15776342 or 11158799. OLE color: 11158799.
HSL color Cylindrical-coordinate representation of color #0F45AA: hue angle of 219.1º 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 #0F45AA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 69 | 170 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.33 |
| HSL | 219.1º | 0.84% | 0.36% | - |
| HSV(B) | 219.1º | 0.91% | 0.67% | - |
| XYZ | 9.58 | 7.26 | 38.93 | - |
| YUV | 64.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 170 | 0.91 | 0.59 | 0 | 0.33 | 219.1 | 0.84 | 0.36 |
| Hex | F | 45 | AA | 5B | 3B | 0 | 21 | DB | 54 | 24 |
| Octal | 17 | 105 | 252 | 133 | 73 | 0 | 41 | 333 | 124 | 44 |
| Binary | 1111 | 1000101 | 10101010 | 1011011 | 111011 | 0 | 100001 | 11011011 | 1010100 | 100100 |
Color Harmonies of #0F45AA
Complementary color
Monochromatic Colors of #0F45AA
Black with #0F45AA
Text Example
Text Example
White with #0F45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F45AA; }
p { color: rgb(15,69,170); }
H1.HeaderClassName
{
color: #0F45AA;
}
.AnyTagClassName
{
color: #0F45AA;
}
</style>
background-color css
<style>
a { background-color: #0F45AA; }
a { background-color: rgb(15,69,170); }
div.DivClassName
{
background-color: #0F45AA;
}
.BgClassName
{
background-color: #0F45AA;
}
</style>
border-color css
<style>
span { border-color: #0F45AA; }
span { border-color: rgb(15,69,170); }
td.TdClassName
{
border-color: #0F45AA;
}
.TagClassName
{
border-color: #0F45AA;
}
</style>