Shades of Denim #0F4FD5
Tints of Denim #0F4FD5
RGB
CMYK
RGB Variations
Color information
#0F4FD5 (or 0x0F4FD5) is known color: Denim. HEX triplet: 0F, 4F and D5. RGB value is (15,79,213). Sum of RGB (Red+Green+Blue) = 15+79+213=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #0F4FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4FD5 is #F0B02A. Grayscale: #4A4A4A. Windows color (decimal): -15773739 or 13979407. OLE color: 13979407.
HSL color Cylindrical-coordinate representation of color #0F4FD5: hue angle of 220.61º 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 #0F4FD5 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 79 | 213 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.16 |
| HSL | 220.61º | 0.87% | 0.45% | - |
| HSV(B) | 220.61º | 0.93% | 0.84% | - |
| XYZ | 15 | 10.5 | 64.19 | - |
| YUV | 75.14 | 205.8 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 213 | 0.93 | 0.63 | 0 | 0.16 | 220.61 | 0.87 | 0.45 |
| Hex | F | 4F | D5 | 5D | 3F | 0 | 10 | DD | 57 | 2D |
| Octal | 17 | 117 | 325 | 135 | 77 | 0 | 20 | 335 | 127 | 55 |
| Binary | 1111 | 1001111 | 11010101 | 1011101 | 111111 | 0 | 10000 | 11011101 | 1010111 | 101101 |
Color Harmonies of #0F4FD5
Complementary color
Monochromatic Colors of #0F4FD5
Black with #0F4FD5
Text Example
Text Example
White with #0F4FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4FD5; }
p { color: rgb(15,79,213); }
H1.HeaderClassName
{
color: #0F4FD5;
}
.AnyTagClassName
{
color: #0F4FD5;
}
</style>
background-color css
<style>
a { background-color: #0F4FD5; }
a { background-color: rgb(15,79,213); }
div.DivClassName
{
background-color: #0F4FD5;
}
.BgClassName
{
background-color: #0F4FD5;
}
</style>
border-color css
<style>
span { border-color: #0F4FD5; }
span { border-color: rgb(15,79,213); }
td.TdClassName
{
border-color: #0F4FD5;
}
.TagClassName
{
border-color: #0F4FD5;
}
</style>