Shades of Denim #0F4ED6
Tints of Denim #0F4ED6
RGB
CMYK
RGB Variations
Color information
#0F4ED6 (or 0x0F4ED6) is known color: Denim. HEX triplet: 0F, 4E and D6. RGB value is (15,78,214). Sum of RGB (Red+Green+Blue) = 15+78+214=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 214 (83.98% from 255 or 69.71% from 307); Max value from RGB is 214 - color contains mainly: blue. Hex color #0F4ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4ED6 is #F0B129. Grayscale: #4A4A4A. Windows color (decimal): -15773994 or 14044687. OLE color: 14044687.
HSL color Cylindrical-coordinate representation of color #0F4ED6: hue angle of 221.01º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4ED6 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 78 | 214 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.16 |
| HSL | 221.01º | 0.87% | 0.45% | - |
| HSV(B) | 221.01º | 0.93% | 0.84% | - |
| XYZ | 15.06 | 10.41 | 64.83 | - |
| YUV | 74.67 | 206.63 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 214 | 0.93 | 0.64 | 0 | 0.16 | 221.01 | 0.87 | 0.45 |
| Hex | F | 4E | D6 | 5D | 40 | 0 | 10 | DD | 57 | 2D |
| Octal | 17 | 116 | 326 | 135 | 100 | 0 | 20 | 335 | 127 | 55 |
| Binary | 1111 | 1001110 | 11010110 | 1011101 | 1000000 | 0 | 10000 | 11011101 | 1010111 | 101101 |
Color Harmonies of #0F4ED6
Complementary color
Monochromatic Colors of #0F4ED6
Black with #0F4ED6
Text Example
Text Example
White with #0F4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4ED6; }
p { color: rgb(15,78,214); }
H1.HeaderClassName
{
color: #0F4ED6;
}
.AnyTagClassName
{
color: #0F4ED6;
}
</style>
background-color css
<style>
a { background-color: #0F4ED6; }
a { background-color: rgb(15,78,214); }
div.DivClassName
{
background-color: #0F4ED6;
}
.BgClassName
{
background-color: #0F4ED6;
}
</style>
border-color css
<style>
span { border-color: #0F4ED6; }
span { border-color: rgb(15,78,214); }
td.TdClassName
{
border-color: #0F4ED6;
}
.TagClassName
{
border-color: #0F4ED6;
}
</style>