Shades of Denim #0F6AAB
Tints of Denim #0F6AAB
RGB
CMYK
RGB Variations
Color information
#0F6AAB (or 0x0F6AAB) is known color: Denim. HEX triplet: 0F, 6A and AB. RGB value is (15,106,171). Sum of RGB (Red+Green+Blue) = 15+106+171=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F6AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6AAB is #F09554. Grayscale: #555555. Windows color (decimal): -15766869 or 11233807. OLE color: 11233807.
HSL color Cylindrical-coordinate representation of color #0F6AAB: hue angle of 205º 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 #0F6AAB is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 106 | 171 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.33 |
| HSL | 205º | 0.84% | 0.36% | - |
| HSV(B) | 205º | 0.91% | 0.67% | - |
| XYZ | 12.7 | 13.35 | 40.44 | - |
| YUV | 86.2 | 175.85 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 106 | 171 | 0.91 | 0.38 | 0 | 0.33 | 205 | 0.84 | 0.36 |
| Hex | F | 6A | AB | 5B | 26 | 0 | 21 | CD | 54 | 24 |
| Octal | 17 | 152 | 253 | 133 | 46 | 0 | 41 | 315 | 124 | 44 |
| Binary | 1111 | 1101010 | 10101011 | 1011011 | 100110 | 0 | 100001 | 11001101 | 1010100 | 100100 |
Color Harmonies of #0F6AAB
Complementary color
Monochromatic Colors of #0F6AAB
Black with #0F6AAB
Text Example
Text Example
White with #0F6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6AAB; }
p { color: rgb(15,106,171); }
H1.HeaderClassName
{
color: #0F6AAB;
}
.AnyTagClassName
{
color: #0F6AAB;
}
</style>
background-color css
<style>
a { background-color: #0F6AAB; }
a { background-color: rgb(15,106,171); }
div.DivClassName
{
background-color: #0F6AAB;
}
.BgClassName
{
background-color: #0F6AAB;
}
</style>
border-color css
<style>
span { border-color: #0F6AAB; }
span { border-color: rgb(15,106,171); }
td.TdClassName
{
border-color: #0F6AAB;
}
.TagClassName
{
border-color: #0F6AAB;
}
</style>