Shades of Denim #0F6DB8
Tints of Denim #0F6DB8
RGB
CMYK
RGB Variations
Color information
#0F6DB8 (or 0x0F6DB8) is known color: Denim. HEX triplet: 0F, 6D and B8. RGB value is (15,109,184). Sum of RGB (Red+Green+Blue) = 15+109+184=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F6DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DB8 is #F09247. Grayscale: #595959. Windows color (decimal): -15766088 or 12086543. OLE color: 12086543.
HSL color Cylindrical-coordinate representation of color #0F6DB8: hue angle of 206.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6DB8 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 109 | 184 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.28 |
| HSL | 206.63º | 0.85% | 0.39% | - |
| HSV(B) | 206.63º | 0.92% | 0.72% | - |
| XYZ | 14.32 | 14.5 | 47.39 | - |
| YUV | 89.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 184 | 0.92 | 0.41 | 0 | 0.28 | 206.63 | 0.85 | 0.39 |
| Hex | F | 6D | B8 | 5C | 29 | 0 | 1C | CF | 55 | 27 |
| Octal | 17 | 155 | 270 | 134 | 51 | 0 | 34 | 317 | 125 | 47 |
| Binary | 1111 | 1101101 | 10111000 | 1011100 | 101001 | 0 | 11100 | 11001111 | 1010101 | 100111 |
Color Harmonies of #0F6DB8
Complementary color
Monochromatic Colors of #0F6DB8
Black with #0F6DB8
Text Example
Text Example
White with #0F6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6DB8; }
p { color: rgb(15,109,184); }
H1.HeaderClassName
{
color: #0F6DB8;
}
.AnyTagClassName
{
color: #0F6DB8;
}
</style>
background-color css
<style>
a { background-color: #0F6DB8; }
a { background-color: rgb(15,109,184); }
div.DivClassName
{
background-color: #0F6DB8;
}
.BgClassName
{
background-color: #0F6DB8;
}
</style>
border-color css
<style>
span { border-color: #0F6DB8; }
span { border-color: rgb(15,109,184); }
td.TdClassName
{
border-color: #0F6DB8;
}
.TagClassName
{
border-color: #0F6DB8;
}
</style>