Shades of Denim #0F64AD
Tints of Denim #0F64AD
RGB
CMYK
RGB Variations
Color information
#0F64AD (or 0x0F64AD) is known color: Denim. HEX triplet: 0F, 64 and AD. RGB value is (15,100,173). Sum of RGB (Red+Green+Blue) = 15+100+173=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F64AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F64AD is #F09B52. Grayscale: #525252. Windows color (decimal): -15768403 or 11363343. OLE color: 11363343.
HSL color Cylindrical-coordinate representation of color #0F64AD: hue angle of 207.72º 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 #0F64AD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 100 | 173 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.32 |
| HSL | 207.72º | 0.84% | 0.37% | - |
| HSV(B) | 207.72º | 0.91% | 0.68% | - |
| XYZ | 12.3 | 12.23 | 41.25 | - |
| YUV | 82.91 | 178.84 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 173 | 0.91 | 0.42 | 0 | 0.32 | 207.72 | 0.84 | 0.37 |
| Hex | F | 64 | AD | 5B | 2A | 0 | 20 | D0 | 54 | 25 |
| Octal | 17 | 144 | 255 | 133 | 52 | 0 | 40 | 320 | 124 | 45 |
| Binary | 1111 | 1100100 | 10101101 | 1011011 | 101010 | 0 | 100000 | 11010000 | 1010100 | 100101 |
Color Harmonies of #0F64AD
Complementary color
Monochromatic Colors of #0F64AD
Black with #0F64AD
Text Example
Text Example
White with #0F64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F64AD; }
p { color: rgb(15,100,173); }
H1.HeaderClassName
{
color: #0F64AD;
}
.AnyTagClassName
{
color: #0F64AD;
}
</style>
background-color css
<style>
a { background-color: #0F64AD; }
a { background-color: rgb(15,100,173); }
div.DivClassName
{
background-color: #0F64AD;
}
.BgClassName
{
background-color: #0F64AD;
}
</style>
border-color css
<style>
span { border-color: #0F64AD; }
span { border-color: rgb(15,100,173); }
td.TdClassName
{
border-color: #0F64AD;
}
.TagClassName
{
border-color: #0F64AD;
}
</style>