Shades of Denim #0F68AC
Tints of Denim #0F68AC
RGB
CMYK
RGB Variations
Color information
#0F68AC (or 0x0F68AC) is known color: Denim. HEX triplet: 0F, 68 and AC. RGB value is (15,104,172). Sum of RGB (Red+Green+Blue) = 15+104+172=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F68AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F68AC is #F09753. Grayscale: #545454. Windows color (decimal): -15767380 or 11298831. OLE color: 11298831.
HSL color Cylindrical-coordinate representation of color #0F68AC: hue angle of 205.99º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F68AC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 104 | 172 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.33 |
| HSL | 205.99º | 0.84% | 0.37% | - |
| HSV(B) | 205.99º | 0.91% | 0.67% | - |
| XYZ | 12.59 | 12.98 | 40.87 | - |
| YUV | 85.14 | 177.01 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 172 | 0.91 | 0.40 | 0 | 0.33 | 205.99 | 0.84 | 0.37 |
| Hex | F | 68 | AC | 5B | 28 | 0 | 21 | CE | 54 | 25 |
| Octal | 17 | 150 | 254 | 133 | 50 | 0 | 41 | 316 | 124 | 45 |
| Binary | 1111 | 1101000 | 10101100 | 1011011 | 101000 | 0 | 100001 | 11001110 | 1010100 | 100101 |
Color Harmonies of #0F68AC
Complementary color
Monochromatic Colors of #0F68AC
Black with #0F68AC
Text Example
Text Example
White with #0F68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F68AC; }
p { color: rgb(15,104,172); }
H1.HeaderClassName
{
color: #0F68AC;
}
.AnyTagClassName
{
color: #0F68AC;
}
</style>
background-color css
<style>
a { background-color: #0F68AC; }
a { background-color: rgb(15,104,172); }
div.DivClassName
{
background-color: #0F68AC;
}
.BgClassName
{
background-color: #0F68AC;
}
</style>
border-color css
<style>
span { border-color: #0F68AC; }
span { border-color: rgb(15,104,172); }
td.TdClassName
{
border-color: #0F68AC;
}
.TagClassName
{
border-color: #0F68AC;
}
</style>