Shades of Denim #0F68AD
Tints of Denim #0F68AD
RGB
CMYK
RGB Variations
Color information
#0F68AD (or 0x0F68AD) is known color: Denim. HEX triplet: 0F, 68 and AD. RGB value is (15,104,173). Sum of RGB (Red+Green+Blue) = 15+104+173=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F68AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F68AD is #F09752. Grayscale: #545454. Windows color (decimal): -15767379 or 11364367. OLE color: 11364367.
HSL color Cylindrical-coordinate representation of color #0F68AD: hue angle of 206.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F68AD is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 104 | 173 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.32 |
| HSL | 206.2º | 0.84% | 0.37% | - |
| HSV(B) | 206.2º | 0.91% | 0.68% | - |
| XYZ | 12.69 | 13.02 | 41.38 | - |
| YUV | 85.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 173 | 0.91 | 0.40 | 0 | 0.32 | 206.2 | 0.84 | 0.37 |
| Hex | F | 68 | AD | 5B | 28 | 0 | 20 | CE | 54 | 25 |
| Octal | 17 | 150 | 255 | 133 | 50 | 0 | 40 | 316 | 124 | 45 |
| Binary | 1111 | 1101000 | 10101101 | 1011011 | 101000 | 0 | 100000 | 11001110 | 1010100 | 100101 |
Color Harmonies of #0F68AD
Complementary color
Monochromatic Colors of #0F68AD
Black with #0F68AD
Text Example
Text Example
White with #0F68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F68AD; }
p { color: rgb(15,104,173); }
H1.HeaderClassName
{
color: #0F68AD;
}
.AnyTagClassName
{
color: #0F68AD;
}
</style>
background-color css
<style>
a { background-color: #0F68AD; }
a { background-color: rgb(15,104,173); }
div.DivClassName
{
background-color: #0F68AD;
}
.BgClassName
{
background-color: #0F68AD;
}
</style>
border-color css
<style>
span { border-color: #0F68AD; }
span { border-color: rgb(15,104,173); }
td.TdClassName
{
border-color: #0F68AD;
}
.TagClassName
{
border-color: #0F68AD;
}
</style>