Shades of Denim #0F61BA
Tints of Denim #0F61BA
RGB
CMYK
RGB Variations
Color information
#0F61BA (or 0x0F61BA) is known color: Denim. HEX triplet: 0F, 61 and BA. RGB value is (15,97,186). Sum of RGB (Red+Green+Blue) = 15+97+186=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F61BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F61BA is #F09E45. Grayscale: #525252. Windows color (decimal): -15769158 or 12214543. OLE color: 12214543.
HSL color Cylindrical-coordinate representation of color #0F61BA: hue angle of 211.23º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F61BA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 97 | 186 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.27 |
| HSL | 211.23º | 0.85% | 0.39% | - |
| HSV(B) | 211.23º | 0.92% | 0.73% | - |
| XYZ | 13.33 | 12.2 | 48.11 | - |
| YUV | 82.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 186 | 0.92 | 0.48 | 0 | 0.27 | 211.23 | 0.85 | 0.39 |
| Hex | F | 61 | BA | 5C | 30 | 0 | 1B | D3 | 55 | 27 |
| Octal | 17 | 141 | 272 | 134 | 60 | 0 | 33 | 323 | 125 | 47 |
| Binary | 1111 | 1100001 | 10111010 | 1011100 | 110000 | 0 | 11011 | 11010011 | 1010101 | 100111 |
Color Harmonies of #0F61BA
Complementary color
Monochromatic Colors of #0F61BA
Black with #0F61BA
Text Example
Text Example
White with #0F61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F61BA; }
p { color: rgb(15,97,186); }
H1.HeaderClassName
{
color: #0F61BA;
}
.AnyTagClassName
{
color: #0F61BA;
}
</style>
background-color css
<style>
a { background-color: #0F61BA; }
a { background-color: rgb(15,97,186); }
div.DivClassName
{
background-color: #0F61BA;
}
.BgClassName
{
background-color: #0F61BA;
}
</style>
border-color css
<style>
span { border-color: #0F61BA; }
span { border-color: rgb(15,97,186); }
td.TdClassName
{
border-color: #0F61BA;
}
.TagClassName
{
border-color: #0F61BA;
}
</style>