Shades of Denim #0F4EBC
Tints of Denim #0F4EBC
RGB
CMYK
RGB Variations
Color information
#0F4EBC (or 0x0F4EBC) is known color: Denim. HEX triplet: 0F, 4E and BC. RGB value is (15,78,188). Sum of RGB (Red+Green+Blue) = 15+78+188=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F4EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4EBC is #F0B143. Grayscale: #474747. Windows color (decimal): -15774020 or 12340751. OLE color: 12340751.
HSL color Cylindrical-coordinate representation of color #0F4EBC: hue angle of 218.15º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F4EBC is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 78 | 188 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.26 |
| HSL | 218.15º | 0.85% | 0.4% | - |
| HSV(B) | 218.15º | 0.92% | 0.74% | - |
| XYZ | 12 | 9.18 | 48.72 | - |
| YUV | 71.7 | 193.63 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 188 | 0.92 | 0.59 | 0 | 0.26 | 218.15 | 0.85 | 0.4 |
| Hex | F | 4E | BC | 5C | 3B | 0 | 1A | DA | 55 | 28 |
| Octal | 17 | 116 | 274 | 134 | 73 | 0 | 32 | 332 | 125 | 50 |
| Binary | 1111 | 1001110 | 10111100 | 1011100 | 111011 | 0 | 11010 | 11011010 | 1010101 | 101000 |
Color Harmonies of #0F4EBC
Complementary color
Monochromatic Colors of #0F4EBC
Black with #0F4EBC
Text Example
Text Example
White with #0F4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4EBC; }
p { color: rgb(15,78,188); }
H1.HeaderClassName
{
color: #0F4EBC;
}
.AnyTagClassName
{
color: #0F4EBC;
}
</style>
background-color css
<style>
a { background-color: #0F4EBC; }
a { background-color: rgb(15,78,188); }
div.DivClassName
{
background-color: #0F4EBC;
}
.BgClassName
{
background-color: #0F4EBC;
}
</style>
border-color css
<style>
span { border-color: #0F4EBC; }
span { border-color: rgb(15,78,188); }
td.TdClassName
{
border-color: #0F4EBC;
}
.TagClassName
{
border-color: #0F4EBC;
}
</style>