Shades of Denim #0F6AAA
Tints of Denim #0F6AAA
RGB
CMYK
RGB Variations
Color information
#0F6AAA (or 0x0F6AAA) is known color: Denim. HEX triplet: 0F, 6A and AA. RGB value is (15,106,170). Sum of RGB (Red+Green+Blue) = 15+106+170=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F6AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6AAA is #F09555. Grayscale: #555555. Windows color (decimal): -15766870 or 11168271. OLE color: 11168271.
HSL color Cylindrical-coordinate representation of color #0F6AAA: hue angle of 204.77º 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 #0F6AAA is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 106 | 170 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.33 |
| HSL | 204.77º | 0.84% | 0.36% | - |
| HSV(B) | 204.77º | 0.91% | 0.67% | - |
| XYZ | 12.61 | 13.31 | 39.94 | - |
| YUV | 86.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 106 | 170 | 0.91 | 0.38 | 0 | 0.33 | 204.77 | 0.84 | 0.36 |
| Hex | F | 6A | AA | 5B | 26 | 0 | 21 | CD | 54 | 24 |
| Octal | 17 | 152 | 252 | 133 | 46 | 0 | 41 | 315 | 124 | 44 |
| Binary | 1111 | 1101010 | 10101010 | 1011011 | 100110 | 0 | 100001 | 11001101 | 1010100 | 100100 |
Color Harmonies of #0F6AAA
Complementary color
Monochromatic Colors of #0F6AAA
Black with #0F6AAA
Text Example
Text Example
White with #0F6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6AAA; }
p { color: rgb(15,106,170); }
H1.HeaderClassName
{
color: #0F6AAA;
}
.AnyTagClassName
{
color: #0F6AAA;
}
</style>
background-color css
<style>
a { background-color: #0F6AAA; }
a { background-color: rgb(15,106,170); }
div.DivClassName
{
background-color: #0F6AAA;
}
.BgClassName
{
background-color: #0F6AAA;
}
</style>
border-color css
<style>
span { border-color: #0F6AAA; }
span { border-color: rgb(15,106,170); }
td.TdClassName
{
border-color: #0F6AAA;
}
.TagClassName
{
border-color: #0F6AAA;
}
</style>