Shades of Denim #0F4ECF
Tints of Denim #0F4ECF
RGB
CMYK
RGB Variations
Color information
#0F4ECF (or 0x0F4ECF) is known color: Denim. HEX triplet: 0F, 4E and CF. RGB value is (15,78,207). Sum of RGB (Red+Green+Blue) = 15+78+207=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F4ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4ECF is #F0B130. Grayscale: #494949. Windows color (decimal): -15774001 or 13585935. OLE color: 13585935.
HSL color Cylindrical-coordinate representation of color #0F4ECF: hue angle of 220.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4ECF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 78 | 207 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.19 |
| HSL | 220.31º | 0.86% | 0.44% | - |
| HSV(B) | 220.31º | 0.93% | 0.81% | - |
| XYZ | 14.18 | 10.06 | 60.22 | - |
| YUV | 73.87 | 203.13 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 207 | 0.93 | 0.62 | 0 | 0.19 | 220.31 | 0.86 | 0.44 |
| Hex | F | 4E | CF | 5D | 3E | 0 | 13 | DC | 56 | 2C |
| Octal | 17 | 116 | 317 | 135 | 76 | 0 | 23 | 334 | 126 | 54 |
| Binary | 1111 | 1001110 | 11001111 | 1011101 | 111110 | 0 | 10011 | 11011100 | 1010110 | 101100 |
Color Harmonies of #0F4ECF
Complementary color
Monochromatic Colors of #0F4ECF
Black with #0F4ECF
Text Example
Text Example
White with #0F4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4ECF; }
p { color: rgb(15,78,207); }
H1.HeaderClassName
{
color: #0F4ECF;
}
.AnyTagClassName
{
color: #0F4ECF;
}
</style>
background-color css
<style>
a { background-color: #0F4ECF; }
a { background-color: rgb(15,78,207); }
div.DivClassName
{
background-color: #0F4ECF;
}
.BgClassName
{
background-color: #0F4ECF;
}
</style>
border-color css
<style>
span { border-color: #0F4ECF; }
span { border-color: rgb(15,78,207); }
td.TdClassName
{
border-color: #0F4ECF;
}
.TagClassName
{
border-color: #0F4ECF;
}
</style>