Shades of Cobalt #0F489B
Tints of Cobalt #0F489B
RGB
CMYK
RGB Variations
Color information
#0F489B (or 0x0F489B) is known color: Cobalt. HEX triplet: 0F, 48 and 9B. RGB value is (15,72,155). Sum of RGB (Red+Green+Blue) = 15+72+155=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F489B is #F0B764. Grayscale: #404040. Windows color (decimal): -15775589 or 10176527. OLE color: 10176527.
HSL color Cylindrical-coordinate representation of color #0F489B: hue angle of 215.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F489B is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 72 | 155 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.39 |
| HSL | 215.57º | 0.82% | 0.33% | - |
| HSV(B) | 215.57º | 0.9% | 0.61% | - |
| XYZ | 8.43 | 7.1 | 31.94 | - |
| YUV | 64.42 | 179.12 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 155 | 0.90 | 0.54 | 0 | 0.39 | 215.57 | 0.82 | 0.33 |
| Hex | F | 48 | 9B | 5A | 36 | 0 | 27 | D8 | 52 | 21 |
| Octal | 17 | 110 | 233 | 132 | 66 | 0 | 47 | 330 | 122 | 41 |
| Binary | 1111 | 1001000 | 10011011 | 1011010 | 110110 | 0 | 100111 | 11011000 | 1010010 | 100001 |
Color Harmonies of #0F489B
Complementary color
Monochromatic Colors of #0F489B
Black with #0F489B
Text Example
Text Example
White with #0F489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F489B; }
p { color: rgb(15,72,155); }
H1.HeaderClassName
{
color: #0F489B;
}
.AnyTagClassName
{
color: #0F489B;
}
</style>
background-color css
<style>
a { background-color: #0F489B; }
a { background-color: rgb(15,72,155); }
div.DivClassName
{
background-color: #0F489B;
}
.BgClassName
{
background-color: #0F489B;
}
</style>
border-color css
<style>
span { border-color: #0F489B; }
span { border-color: rgb(15,72,155); }
td.TdClassName
{
border-color: #0F489B;
}
.TagClassName
{
border-color: #0F489B;
}
</style>