Shades of Denim #0F56AB
Tints of Denim #0F56AB
RGB
CMYK
RGB Variations
Color information
#0F56AB (or 0x0F56AB) is known color: Denim. HEX triplet: 0F, 56 and AB. RGB value is (15,86,171). Sum of RGB (Red+Green+Blue) = 15+86+171=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F56AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F56AB is #F0A954. Grayscale: #4A4A4A. Windows color (decimal): -15771989 or 11228687. OLE color: 11228687.
HSL color Cylindrical-coordinate representation of color #0F56AB: hue angle of 212.69º 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 #0F56AB is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 86 | 171 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.33 |
| HSL | 212.69º | 0.84% | 0.36% | - |
| HSV(B) | 212.69º | 0.91% | 0.67% | - |
| XYZ | 10.88 | 9.7 | 39.83 | - |
| YUV | 74.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 171 | 0.91 | 0.50 | 0 | 0.33 | 212.69 | 0.84 | 0.36 |
| Hex | F | 56 | AB | 5B | 32 | 0 | 21 | D5 | 54 | 24 |
| Octal | 17 | 126 | 253 | 133 | 62 | 0 | 41 | 325 | 124 | 44 |
| Binary | 1111 | 1010110 | 10101011 | 1011011 | 110010 | 0 | 100001 | 11010101 | 1010100 | 100100 |
Color Harmonies of #0F56AB
Complementary color
Monochromatic Colors of #0F56AB
Black with #0F56AB
Text Example
Text Example
White with #0F56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F56AB; }
p { color: rgb(15,86,171); }
H1.HeaderClassName
{
color: #0F56AB;
}
.AnyTagClassName
{
color: #0F56AB;
}
</style>
background-color css
<style>
a { background-color: #0F56AB; }
a { background-color: rgb(15,86,171); }
div.DivClassName
{
background-color: #0F56AB;
}
.BgClassName
{
background-color: #0F56AB;
}
</style>
border-color css
<style>
span { border-color: #0F56AB; }
span { border-color: rgb(15,86,171); }
td.TdClassName
{
border-color: #0F56AB;
}
.TagClassName
{
border-color: #0F56AB;
}
</style>