Shades of Denim #0F4EBD
Tints of Denim #0F4EBD
RGB
CMYK
RGB Variations
Color information
#0F4EBD (or 0x0F4EBD) is known color: Denim. HEX triplet: 0F, 4E and BD. RGB value is (15,78,189). Sum of RGB (Red+Green+Blue) = 15+78+189=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F4EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4EBD is #F0B142. Grayscale: #474747. Windows color (decimal): -15774019 or 12406287. OLE color: 12406287.
HSL color Cylindrical-coordinate representation of color #0F4EBD: hue angle of 218.28º 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 #0F4EBD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 78 | 189 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.26 |
| HSL | 218.28º | 0.85% | 0.4% | - |
| HSV(B) | 218.28º | 0.92% | 0.74% | - |
| XYZ | 12.11 | 9.22 | 49.29 | - |
| YUV | 71.82 | 194.13 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 189 | 0.92 | 0.59 | 0 | 0.26 | 218.28 | 0.85 | 0.4 |
| Hex | F | 4E | BD | 5C | 3B | 0 | 1A | DA | 55 | 28 |
| Octal | 17 | 116 | 275 | 134 | 73 | 0 | 32 | 332 | 125 | 50 |
| Binary | 1111 | 1001110 | 10111101 | 1011100 | 111011 | 0 | 11010 | 11011010 | 1010101 | 101000 |
Color Harmonies of #0F4EBD
Complementary color
Monochromatic Colors of #0F4EBD
Black with #0F4EBD
Text Example
Text Example
White with #0F4EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4EBD; }
p { color: rgb(15,78,189); }
H1.HeaderClassName
{
color: #0F4EBD;
}
.AnyTagClassName
{
color: #0F4EBD;
}
</style>
background-color css
<style>
a { background-color: #0F4EBD; }
a { background-color: rgb(15,78,189); }
div.DivClassName
{
background-color: #0F4EBD;
}
.BgClassName
{
background-color: #0F4EBD;
}
</style>
border-color css
<style>
span { border-color: #0F4EBD; }
span { border-color: rgb(15,78,189); }
td.TdClassName
{
border-color: #0F4EBD;
}
.TagClassName
{
border-color: #0F4EBD;
}
</style>