Shades of Denim #0F71BE
Tints of Denim #0F71BE
RGB
CMYK
RGB Variations
Color information
#0F71BE (or 0x0F71BE) is known color: Denim. HEX triplet: 0F, 71 and BE. RGB value is (15,113,190). Sum of RGB (Red+Green+Blue) = 15+113+190=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F71BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F71BE is #F08E41. Grayscale: #5C5C5C. Windows color (decimal): -15765058 or 12480783. OLE color: 12480783.
HSL color Cylindrical-coordinate representation of color #0F71BE: hue angle of 206.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F71BE is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 113 | 190 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.25 |
| HSL | 206.4º | 0.85% | 0.4% | - |
| HSV(B) | 206.4º | 0.92% | 0.75% | - |
| XYZ | 15.4 | 15.63 | 50.92 | - |
| YUV | 92.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 190 | 0.92 | 0.41 | 0 | 0.25 | 206.4 | 0.85 | 0.4 |
| Hex | F | 71 | BE | 5C | 29 | 0 | 19 | CE | 55 | 28 |
| Octal | 17 | 161 | 276 | 134 | 51 | 0 | 31 | 316 | 125 | 50 |
| Binary | 1111 | 1110001 | 10111110 | 1011100 | 101001 | 0 | 11001 | 11001110 | 1010101 | 101000 |
Color Harmonies of #0F71BE
Complementary color
Monochromatic Colors of #0F71BE
Black with #0F71BE
Text Example
Text Example
White with #0F71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F71BE; }
p { color: rgb(15,113,190); }
H1.HeaderClassName
{
color: #0F71BE;
}
.AnyTagClassName
{
color: #0F71BE;
}
</style>
background-color css
<style>
a { background-color: #0F71BE; }
a { background-color: rgb(15,113,190); }
div.DivClassName
{
background-color: #0F71BE;
}
.BgClassName
{
background-color: #0F71BE;
}
</style>
border-color css
<style>
span { border-color: #0F71BE; }
span { border-color: rgb(15,113,190); }
td.TdClassName
{
border-color: #0F71BE;
}
.TagClassName
{
border-color: #0F71BE;
}
</style>