Shades of Denim #0F64AB
Tints of Denim #0F64AB
RGB
CMYK
RGB Variations
Color information
#0F64AB (or 0x0F64AB) is known color: Denim. HEX triplet: 0F, 64 and AB. RGB value is (15,100,171). Sum of RGB (Red+Green+Blue) = 15+100+171=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F64AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F64AB is #F09B54. Grayscale: #525252. Windows color (decimal): -15768405 or 11232271. OLE color: 11232271.
HSL color Cylindrical-coordinate representation of color #0F64AB: hue angle of 207.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F64AB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 100 | 171 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.33 |
| HSL | 207.31º | 0.84% | 0.36% | - |
| HSV(B) | 207.31º | 0.91% | 0.67% | - |
| XYZ | 12.1 | 12.16 | 40.24 | - |
| YUV | 82.68 | 177.84 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 171 | 0.91 | 0.42 | 0 | 0.33 | 207.31 | 0.84 | 0.36 |
| Hex | F | 64 | AB | 5B | 2A | 0 | 21 | CF | 54 | 24 |
| Octal | 17 | 144 | 253 | 133 | 52 | 0 | 41 | 317 | 124 | 44 |
| Binary | 1111 | 1100100 | 10101011 | 1011011 | 101010 | 0 | 100001 | 11001111 | 1010100 | 100100 |
Color Harmonies of #0F64AB
Complementary color
Monochromatic Colors of #0F64AB
Black with #0F64AB
Text Example
Text Example
White with #0F64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F64AB; }
p { color: rgb(15,100,171); }
H1.HeaderClassName
{
color: #0F64AB;
}
.AnyTagClassName
{
color: #0F64AB;
}
</style>
background-color css
<style>
a { background-color: #0F64AB; }
a { background-color: rgb(15,100,171); }
div.DivClassName
{
background-color: #0F64AB;
}
.BgClassName
{
background-color: #0F64AB;
}
</style>
border-color css
<style>
span { border-color: #0F64AB; }
span { border-color: rgb(15,100,171); }
td.TdClassName
{
border-color: #0F64AB;
}
.TagClassName
{
border-color: #0F64AB;
}
</style>