Shades of Denim #0F64BA
Tints of Denim #0F64BA
RGB
CMYK
RGB Variations
Color information
#0F64BA (or 0x0F64BA) is known color: Denim. HEX triplet: 0F, 64 and BA. RGB value is (15,100,186). Sum of RGB (Red+Green+Blue) = 15+100+186=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F64BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F64BA is #F09B45. Grayscale: #535353. Windows color (decimal): -15768390 or 12215311. OLE color: 12215311.
HSL color Cylindrical-coordinate representation of color #0F64BA: hue angle of 210.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F64BA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 100 | 186 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.27 |
| HSL | 210.18º | 0.85% | 0.39% | - |
| HSV(B) | 210.18º | 0.92% | 0.73% | - |
| XYZ | 13.62 | 12.76 | 48.2 | - |
| YUV | 84.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 186 | 0.92 | 0.46 | 0 | 0.27 | 210.18 | 0.85 | 0.39 |
| Hex | F | 64 | BA | 5C | 2E | 0 | 1B | D2 | 55 | 27 |
| Octal | 17 | 144 | 272 | 134 | 56 | 0 | 33 | 322 | 125 | 47 |
| Binary | 1111 | 1100100 | 10111010 | 1011100 | 101110 | 0 | 11011 | 11010010 | 1010101 | 100111 |
Color Harmonies of #0F64BA
Complementary color
Monochromatic Colors of #0F64BA
Black with #0F64BA
Text Example
Text Example
White with #0F64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F64BA; }
p { color: rgb(15,100,186); }
H1.HeaderClassName
{
color: #0F64BA;
}
.AnyTagClassName
{
color: #0F64BA;
}
</style>
background-color css
<style>
a { background-color: #0F64BA; }
a { background-color: rgb(15,100,186); }
div.DivClassName
{
background-color: #0F64BA;
}
.BgClassName
{
background-color: #0F64BA;
}
</style>
border-color css
<style>
span { border-color: #0F64BA; }
span { border-color: rgb(15,100,186); }
td.TdClassName
{
border-color: #0F64BA;
}
.TagClassName
{
border-color: #0F64BA;
}
</style>