Shades of Denim #0F6CBF
Tints of Denim #0F6CBF
RGB
CMYK
RGB Variations
Color information
#0F6CBF (or 0x0F6CBF) is known color: Denim. HEX triplet: 0F, 6C and BF. RGB value is (15,108,191). Sum of RGB (Red+Green+Blue) = 15+108+191=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F6CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6CBF is #F09340. Grayscale: #595959. Windows color (decimal): -15766337 or 12545039. OLE color: 12545039.
HSL color Cylindrical-coordinate representation of color #0F6CBF: hue angle of 208.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6CBF is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 108 | 191 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.25 |
| HSL | 208.3º | 0.85% | 0.4% | - |
| HSV(B) | 208.3º | 0.92% | 0.75% | - |
| XYZ | 14.96 | 14.59 | 51.32 | - |
| YUV | 89.66 | 185.19 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 191 | 0.92 | 0.43 | 0 | 0.25 | 208.3 | 0.85 | 0.4 |
| Hex | F | 6C | BF | 5C | 2B | 0 | 19 | D0 | 55 | 28 |
| Octal | 17 | 154 | 277 | 134 | 53 | 0 | 31 | 320 | 125 | 50 |
| Binary | 1111 | 1101100 | 10111111 | 1011100 | 101011 | 0 | 11001 | 11010000 | 1010101 | 101000 |
Color Harmonies of #0F6CBF
Complementary color
Monochromatic Colors of #0F6CBF
Black with #0F6CBF
Text Example
Text Example
White with #0F6CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6CBF; }
p { color: rgb(15,108,191); }
H1.HeaderClassName
{
color: #0F6CBF;
}
.AnyTagClassName
{
color: #0F6CBF;
}
</style>
background-color css
<style>
a { background-color: #0F6CBF; }
a { background-color: rgb(15,108,191); }
div.DivClassName
{
background-color: #0F6CBF;
}
.BgClassName
{
background-color: #0F6CBF;
}
</style>
border-color css
<style>
span { border-color: #0F6CBF; }
span { border-color: rgb(15,108,191); }
td.TdClassName
{
border-color: #0F6CBF;
}
.TagClassName
{
border-color: #0F6CBF;
}
</style>