Shades of Denim #0F6CBD
Tints of Denim #0F6CBD
RGB
CMYK
RGB Variations
Color information
#0F6CBD (or 0x0F6CBD) is known color: Denim. HEX triplet: 0F, 6C and BD. RGB value is (15,108,189). Sum of RGB (Red+Green+Blue) = 15+108+189=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F6CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6CBD is #F09342. Grayscale: #595959. Windows color (decimal): -15766339 or 12413967. OLE color: 12413967.
HSL color Cylindrical-coordinate representation of color #0F6CBD: hue angle of 207.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6CBD is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 108 | 189 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.26 |
| HSL | 207.93º | 0.85% | 0.4% | - |
| HSV(B) | 207.93º | 0.92% | 0.74% | - |
| XYZ | 14.74 | 14.5 | 50.17 | - |
| YUV | 89.43 | 184.19 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 189 | 0.92 | 0.43 | 0 | 0.26 | 207.93 | 0.85 | 0.4 |
| Hex | F | 6C | BD | 5C | 2B | 0 | 1A | D0 | 55 | 28 |
| Octal | 17 | 154 | 275 | 134 | 53 | 0 | 32 | 320 | 125 | 50 |
| Binary | 1111 | 1101100 | 10111101 | 1011100 | 101011 | 0 | 11010 | 11010000 | 1010101 | 101000 |
Color Harmonies of #0F6CBD
Complementary color
Monochromatic Colors of #0F6CBD
Black with #0F6CBD
Text Example
Text Example
White with #0F6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6CBD; }
p { color: rgb(15,108,189); }
H1.HeaderClassName
{
color: #0F6CBD;
}
.AnyTagClassName
{
color: #0F6CBD;
}
</style>
background-color css
<style>
a { background-color: #0F6CBD; }
a { background-color: rgb(15,108,189); }
div.DivClassName
{
background-color: #0F6CBD;
}
.BgClassName
{
background-color: #0F6CBD;
}
</style>
border-color css
<style>
span { border-color: #0F6CBD; }
span { border-color: rgb(15,108,189); }
td.TdClassName
{
border-color: #0F6CBD;
}
.TagClassName
{
border-color: #0F6CBD;
}
</style>