Shades of Denim #0F4DD6
Tints of Denim #0F4DD6
RGB
CMYK
RGB Variations
Color information
#0F4DD6 (or 0x0F4DD6) is known color: Denim. HEX triplet: 0F, 4D and D6. RGB value is (15,77,214). Sum of RGB (Red+Green+Blue) = 15+77+214=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #0F4DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4DD6 is #F0B229. Grayscale: #494949. Windows color (decimal): -15774250 or 14044431. OLE color: 14044431.
HSL color Cylindrical-coordinate representation of color #0F4DD6: hue angle of 221.31º 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 #0F4DD6 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 77 | 214 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.16 |
| HSL | 221.31º | 0.87% | 0.45% | - |
| HSV(B) | 221.31º | 0.93% | 0.84% | - |
| XYZ | 14.99 | 10.26 | 64.81 | - |
| YUV | 74.08 | 206.96 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 214 | 0.93 | 0.64 | 0 | 0.16 | 221.31 | 0.87 | 0.45 |
| Hex | F | 4D | D6 | 5D | 40 | 0 | 10 | DD | 57 | 2D |
| Octal | 17 | 115 | 326 | 135 | 100 | 0 | 20 | 335 | 127 | 55 |
| Binary | 1111 | 1001101 | 11010110 | 1011101 | 1000000 | 0 | 10000 | 11011101 | 1010111 | 101101 |
Color Harmonies of #0F4DD6
Complementary color
Monochromatic Colors of #0F4DD6
Black with #0F4DD6
Text Example
Text Example
White with #0F4DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4DD6; }
p { color: rgb(15,77,214); }
H1.HeaderClassName
{
color: #0F4DD6;
}
.AnyTagClassName
{
color: #0F4DD6;
}
</style>
background-color css
<style>
a { background-color: #0F4DD6; }
a { background-color: rgb(15,77,214); }
div.DivClassName
{
background-color: #0F4DD6;
}
.BgClassName
{
background-color: #0F4DD6;
}
</style>
border-color css
<style>
span { border-color: #0F4DD6; }
span { border-color: rgb(15,77,214); }
td.TdClassName
{
border-color: #0F4DD6;
}
.TagClassName
{
border-color: #0F4DD6;
}
</style>