Shades of Denim #0F6DB5
Tints of Denim #0F6DB5
RGB
CMYK
RGB Variations
Color information
#0F6DB5 (or 0x0F6DB5) is known color: Denim. HEX triplet: 0F, 6D and B5. RGB value is (15,109,181). Sum of RGB (Red+Green+Blue) = 15+109+181=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #0F6DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DB5 is #F0924A. Grayscale: #585858. Windows color (decimal): -15766091 or 11889935. OLE color: 11889935.
HSL color Cylindrical-coordinate representation of color #0F6DB5: hue angle of 206.02º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6DB5 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 109 | 181 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.29 |
| HSL | 206.02º | 0.85% | 0.38% | - |
| HSV(B) | 206.02º | 0.92% | 0.71% | - |
| XYZ | 14.01 | 14.38 | 45.75 | - |
| YUV | 89.1 | 179.86 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 181 | 0.92 | 0.40 | 0 | 0.29 | 206.02 | 0.85 | 0.38 |
| Hex | F | 6D | B5 | 5C | 28 | 0 | 1D | CE | 55 | 26 |
| Octal | 17 | 155 | 265 | 134 | 50 | 0 | 35 | 316 | 125 | 46 |
| Binary | 1111 | 1101101 | 10110101 | 1011100 | 101000 | 0 | 11101 | 11001110 | 1010101 | 100110 |
Color Harmonies of #0F6DB5
Complementary color
Monochromatic Colors of #0F6DB5
Black with #0F6DB5
Text Example
Text Example
White with #0F6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6DB5; }
p { color: rgb(15,109,181); }
H1.HeaderClassName
{
color: #0F6DB5;
}
.AnyTagClassName
{
color: #0F6DB5;
}
</style>
background-color css
<style>
a { background-color: #0F6DB5; }
a { background-color: rgb(15,109,181); }
div.DivClassName
{
background-color: #0F6DB5;
}
.BgClassName
{
background-color: #0F6DB5;
}
</style>
border-color css
<style>
span { border-color: #0F6DB5; }
span { border-color: rgb(15,109,181); }
td.TdClassName
{
border-color: #0F6DB5;
}
.TagClassName
{
border-color: #0F6DB5;
}
</style>