Shades of Denim #0F64A6
Tints of Denim #0F64A6
RGB
CMYK
RGB Variations
Color information
#0F64A6 (or 0x0F64A6) is known color: Denim. HEX triplet: 0F, 64 and A6. RGB value is (15,100,166). Sum of RGB (Red+Green+Blue) = 15+100+166=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #0F64A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F64A6 is #F09B59. Grayscale: #515151. Windows color (decimal): -15768410 or 10904591. OLE color: 10904591.
HSL color Cylindrical-coordinate representation of color #0F64A6: hue angle of 206.23º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F64A6 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 100 | 166 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.35 |
| HSL | 206.23º | 0.83% | 0.35% | - |
| HSV(B) | 206.23º | 0.91% | 0.65% | - |
| XYZ | 11.64 | 11.97 | 37.77 | - |
| YUV | 82.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 166 | 0.91 | 0.40 | 0 | 0.35 | 206.23 | 0.83 | 0.35 |
| Hex | F | 64 | A6 | 5B | 28 | 0 | 23 | CE | 53 | 23 |
| Octal | 17 | 144 | 246 | 133 | 50 | 0 | 43 | 316 | 123 | 43 |
| Binary | 1111 | 1100100 | 10100110 | 1011011 | 101000 | 0 | 100011 | 11001110 | 1010011 | 100011 |
Color Harmonies of #0F64A6
Complementary color
Monochromatic Colors of #0F64A6
Black with #0F64A6
Text Example
Text Example
White with #0F64A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F64A6; }
p { color: rgb(15,100,166); }
H1.HeaderClassName
{
color: #0F64A6;
}
.AnyTagClassName
{
color: #0F64A6;
}
</style>
background-color css
<style>
a { background-color: #0F64A6; }
a { background-color: rgb(15,100,166); }
div.DivClassName
{
background-color: #0F64A6;
}
.BgClassName
{
background-color: #0F64A6;
}
</style>
border-color css
<style>
span { border-color: #0F64A6; }
span { border-color: rgb(15,100,166); }
td.TdClassName
{
border-color: #0F64A6;
}
.TagClassName
{
border-color: #0F64A6;
}
</style>