Shades of Cobalt #0F48AB
Tints of Cobalt #0F48AB
RGB
CMYK
RGB Variations
Color information
#0F48AB (or 0x0F48AB) is known color: Cobalt. HEX triplet: 0F, 48 and AB. RGB value is (15,72,171). Sum of RGB (Red+Green+Blue) = 15+72+171=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F48AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F48AB is #F0B754. Grayscale: #414141. Windows color (decimal): -15775573 or 11225103. OLE color: 11225103.
HSL color Cylindrical-coordinate representation of color #0F48AB: hue angle of 218.08º 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 #0F48AB is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 72 | 171 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.33 |
| HSL | 218.08º | 0.84% | 0.36% | - |
| HSV(B) | 218.08º | 0.91% | 0.67% | - |
| XYZ | 9.87 | 7.68 | 39.49 | - |
| YUV | 66.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 171 | 0.91 | 0.58 | 0 | 0.33 | 218.08 | 0.84 | 0.36 |
| Hex | F | 48 | AB | 5B | 3A | 0 | 21 | DA | 54 | 24 |
| Octal | 17 | 110 | 253 | 133 | 72 | 0 | 41 | 332 | 124 | 44 |
| Binary | 1111 | 1001000 | 10101011 | 1011011 | 111010 | 0 | 100001 | 11011010 | 1010100 | 100100 |
Color Harmonies of #0F48AB
Complementary color
Monochromatic Colors of #0F48AB
Black with #0F48AB
Text Example
Text Example
White with #0F48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F48AB; }
p { color: rgb(15,72,171); }
H1.HeaderClassName
{
color: #0F48AB;
}
.AnyTagClassName
{
color: #0F48AB;
}
</style>
background-color css
<style>
a { background-color: #0F48AB; }
a { background-color: rgb(15,72,171); }
div.DivClassName
{
background-color: #0F48AB;
}
.BgClassName
{
background-color: #0F48AB;
}
</style>
border-color css
<style>
span { border-color: #0F48AB; }
span { border-color: rgb(15,72,171); }
td.TdClassName
{
border-color: #0F48AB;
}
.TagClassName
{
border-color: #0F48AB;
}
</style>