Shades of Denim #0F61AD
Tints of Denim #0F61AD
RGB
CMYK
RGB Variations
Color information
#0F61AD (or 0x0F61AD) is known color: Denim. HEX triplet: 0F, 61 and AD. RGB value is (15,97,173). Sum of RGB (Red+Green+Blue) = 15+97+173=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F61AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F61AD is #F09E52. Grayscale: #505050. Windows color (decimal): -15769171 or 11362575. OLE color: 11362575.
HSL color Cylindrical-coordinate representation of color #0F61AD: hue angle of 208.86º 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 #0F61AD is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 97 | 173 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.32 |
| HSL | 208.86º | 0.84% | 0.37% | - |
| HSV(B) | 208.86º | 0.91% | 0.68% | - |
| XYZ | 12.01 | 11.67 | 41.15 | - |
| YUV | 81.15 | 179.83 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 173 | 0.91 | 0.44 | 0 | 0.32 | 208.86 | 0.84 | 0.37 |
| Hex | F | 61 | AD | 5B | 2C | 0 | 20 | D1 | 54 | 25 |
| Octal | 17 | 141 | 255 | 133 | 54 | 0 | 40 | 321 | 124 | 45 |
| Binary | 1111 | 1100001 | 10101101 | 1011011 | 101100 | 0 | 100000 | 11010001 | 1010100 | 100101 |
Color Harmonies of #0F61AD
Complementary color
Monochromatic Colors of #0F61AD
Black with #0F61AD
Text Example
Text Example
White with #0F61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F61AD; }
p { color: rgb(15,97,173); }
H1.HeaderClassName
{
color: #0F61AD;
}
.AnyTagClassName
{
color: #0F61AD;
}
</style>
background-color css
<style>
a { background-color: #0F61AD; }
a { background-color: rgb(15,97,173); }
div.DivClassName
{
background-color: #0F61AD;
}
.BgClassName
{
background-color: #0F61AD;
}
</style>
border-color css
<style>
span { border-color: #0F61AD; }
span { border-color: rgb(15,97,173); }
td.TdClassName
{
border-color: #0F61AD;
}
.TagClassName
{
border-color: #0F61AD;
}
</style>