Shades of Denim #0F5FBA
Tints of Denim #0F5FBA
RGB
CMYK
RGB Variations
Color information
#0F5FBA (or 0x0F5FBA) is known color: Denim. HEX triplet: 0F, 5F and BA. RGB value is (15,95,186). Sum of RGB (Red+Green+Blue) = 15+95+186=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F5FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5FBA is #F0A045. Grayscale: #515151. Windows color (decimal): -15769670 or 12214031. OLE color: 12214031.
HSL color Cylindrical-coordinate representation of color #0F5FBA: hue angle of 211.93º 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 #0F5FBA is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 95 | 186 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.27 |
| HSL | 211.93º | 0.85% | 0.39% | - |
| HSV(B) | 211.93º | 0.92% | 0.73% | - |
| XYZ | 13.15 | 11.83 | 48.04 | - |
| YUV | 81.45 | 187 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 186 | 0.92 | 0.49 | 0 | 0.27 | 211.93 | 0.85 | 0.39 |
| Hex | F | 5F | BA | 5C | 31 | 0 | 1B | D4 | 55 | 27 |
| Octal | 17 | 137 | 272 | 134 | 61 | 0 | 33 | 324 | 125 | 47 |
| Binary | 1111 | 1011111 | 10111010 | 1011100 | 110001 | 0 | 11011 | 11010100 | 1010101 | 100111 |
Color Harmonies of #0F5FBA
Complementary color
Monochromatic Colors of #0F5FBA
Black with #0F5FBA
Text Example
Text Example
White with #0F5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5FBA; }
p { color: rgb(15,95,186); }
H1.HeaderClassName
{
color: #0F5FBA;
}
.AnyTagClassName
{
color: #0F5FBA;
}
</style>
background-color css
<style>
a { background-color: #0F5FBA; }
a { background-color: rgb(15,95,186); }
div.DivClassName
{
background-color: #0F5FBA;
}
.BgClassName
{
background-color: #0F5FBA;
}
</style>
border-color css
<style>
span { border-color: #0F5FBA; }
span { border-color: rgb(15,95,186); }
td.TdClassName
{
border-color: #0F5FBA;
}
.TagClassName
{
border-color: #0F5FBA;
}
</style>