Shades of Denim #0F68B6
Tints of Denim #0F68B6
RGB
CMYK
RGB Variations
Color information
#0F68B6 (or 0x0F68B6) is known color: Denim. HEX triplet: 0F, 68 and B6. RGB value is (15,104,182). Sum of RGB (Red+Green+Blue) = 15+104+182=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 182 (71.48% from 255 or 60.47% from 301); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F68B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F68B6 is #F09749. Grayscale: #555555. Windows color (decimal): -15767370 or 11954191. OLE color: 11954191.
HSL color Cylindrical-coordinate representation of color #0F68B6: hue angle of 208.02º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F68B6 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 104 | 182 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.29 |
| HSL | 208.02º | 0.85% | 0.39% | - |
| HSV(B) | 208.02º | 0.92% | 0.71% | - |
| XYZ | 13.59 | 13.38 | 46.12 | - |
| YUV | 86.28 | 182.01 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 182 | 0.92 | 0.43 | 0 | 0.29 | 208.02 | 0.85 | 0.39 |
| Hex | F | 68 | B6 | 5C | 2B | 0 | 1D | D0 | 55 | 27 |
| Octal | 17 | 150 | 266 | 134 | 53 | 0 | 35 | 320 | 125 | 47 |
| Binary | 1111 | 1101000 | 10110110 | 1011100 | 101011 | 0 | 11101 | 11010000 | 1010101 | 100111 |
Color Harmonies of #0F68B6
Complementary color
Monochromatic Colors of #0F68B6
Black with #0F68B6
Text Example
Text Example
White with #0F68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F68B6; }
p { color: rgb(15,104,182); }
H1.HeaderClassName
{
color: #0F68B6;
}
.AnyTagClassName
{
color: #0F68B6;
}
</style>
background-color css
<style>
a { background-color: #0F68B6; }
a { background-color: rgb(15,104,182); }
div.DivClassName
{
background-color: #0F68B6;
}
.BgClassName
{
background-color: #0F68B6;
}
</style>
border-color css
<style>
span { border-color: #0F68B6; }
span { border-color: rgb(15,104,182); }
td.TdClassName
{
border-color: #0F68B6;
}
.TagClassName
{
border-color: #0F68B6;
}
</style>