Shades of Denim #0F4EC0
Tints of Denim #0F4EC0
RGB
CMYK
RGB Variations
Color information
#0F4EC0 (or 0x0F4EC0) is known color: Denim. HEX triplet: 0F, 4E and C0. RGB value is (15,78,192). Sum of RGB (Red+Green+Blue) = 15+78+192=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F4EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4EC0 is #F0B13F. Grayscale: #474747. Windows color (decimal): -15774016 or 12602895. OLE color: 12602895.
HSL color Cylindrical-coordinate representation of color #0F4EC0: hue angle of 218.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4EC0 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 78 | 192 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.25 |
| HSL | 218.64º | 0.86% | 0.41% | - |
| HSV(B) | 218.64º | 0.92% | 0.75% | - |
| XYZ | 12.44 | 9.36 | 51.02 | - |
| YUV | 72.16 | 195.63 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 192 | 0.92 | 0.59 | 0 | 0.25 | 218.64 | 0.86 | 0.41 |
| Hex | F | 4E | C0 | 5C | 3B | 0 | 19 | DB | 56 | 29 |
| Octal | 17 | 116 | 300 | 134 | 73 | 0 | 31 | 333 | 126 | 51 |
| Binary | 1111 | 1001110 | 11000000 | 1011100 | 111011 | 0 | 11001 | 11011011 | 1010110 | 101001 |
Color Harmonies of #0F4EC0
Complementary color
Monochromatic Colors of #0F4EC0
Black with #0F4EC0
Text Example
Text Example
White with #0F4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4EC0; }
p { color: rgb(15,78,192); }
H1.HeaderClassName
{
color: #0F4EC0;
}
.AnyTagClassName
{
color: #0F4EC0;
}
</style>
background-color css
<style>
a { background-color: #0F4EC0; }
a { background-color: rgb(15,78,192); }
div.DivClassName
{
background-color: #0F4EC0;
}
.BgClassName
{
background-color: #0F4EC0;
}
</style>
border-color css
<style>
span { border-color: #0F4EC0; }
span { border-color: rgb(15,78,192); }
td.TdClassName
{
border-color: #0F4EC0;
}
.TagClassName
{
border-color: #0F4EC0;
}
</style>