Shades of Cobalt #0F45AB
Tints of Cobalt #0F45AB
RGB
CMYK
RGB Variations
Color information
#0F45AB (or 0x0F45AB) is known color: Cobalt. HEX triplet: 0F, 45 and AB. RGB value is (15,69,171). Sum of RGB (Red+Green+Blue) = 15+69+171=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F45AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F45AB is #F0BA54. Grayscale: #404040. Windows color (decimal): -15776341 or 11224335. OLE color: 11224335.
HSL color Cylindrical-coordinate representation of color #0F45AB: hue angle of 219.23º 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 #0F45AB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 69 | 171 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.33 |
| HSL | 219.23º | 0.84% | 0.36% | - |
| HSV(B) | 219.23º | 0.91% | 0.67% | - |
| XYZ | 9.68 | 7.3 | 39.43 | - |
| YUV | 64.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 171 | 0.91 | 0.60 | 0 | 0.33 | 219.23 | 0.84 | 0.36 |
| Hex | F | 45 | AB | 5B | 3C | 0 | 21 | DB | 54 | 24 |
| Octal | 17 | 105 | 253 | 133 | 74 | 0 | 41 | 333 | 124 | 44 |
| Binary | 1111 | 1000101 | 10101011 | 1011011 | 111100 | 0 | 100001 | 11011011 | 1010100 | 100100 |
Color Harmonies of #0F45AB
Complementary color
Monochromatic Colors of #0F45AB
Black with #0F45AB
Text Example
Text Example
White with #0F45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F45AB; }
p { color: rgb(15,69,171); }
H1.HeaderClassName
{
color: #0F45AB;
}
.AnyTagClassName
{
color: #0F45AB;
}
</style>
background-color css
<style>
a { background-color: #0F45AB; }
a { background-color: rgb(15,69,171); }
div.DivClassName
{
background-color: #0F45AB;
}
.BgClassName
{
background-color: #0F45AB;
}
</style>
border-color css
<style>
span { border-color: #0F45AB; }
span { border-color: rgb(15,69,171); }
td.TdClassName
{
border-color: #0F45AB;
}
.TagClassName
{
border-color: #0F45AB;
}
</style>