Shades of Denim #0F4BCF
Tints of Denim #0F4BCF
RGB
CMYK
RGB Variations
Color information
#0F4BCF (or 0x0F4BCF) is known color: Denim. HEX triplet: 0F, 4B and CF. RGB value is (15,75,207). Sum of RGB (Red+Green+Blue) = 15+75+207=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F4BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4BCF is #F0B430. Grayscale: #474747. Windows color (decimal): -15774769 or 13585167. OLE color: 13585167.
HSL color Cylindrical-coordinate representation of color #0F4BCF: hue angle of 221.25º 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 #0F4BCF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 75 | 207 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.19 |
| HSL | 221.25º | 0.86% | 0.44% | - |
| HSV(B) | 221.25º | 0.93% | 0.81% | - |
| XYZ | 13.98 | 9.64 | 60.16 | - |
| YUV | 72.11 | 204.12 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 207 | 0.93 | 0.64 | 0 | 0.19 | 221.25 | 0.86 | 0.44 |
| Hex | F | 4B | CF | 5D | 40 | 0 | 13 | DD | 56 | 2C |
| Octal | 17 | 113 | 317 | 135 | 100 | 0 | 23 | 335 | 126 | 54 |
| Binary | 1111 | 1001011 | 11001111 | 1011101 | 1000000 | 0 | 10011 | 11011101 | 1010110 | 101100 |
Color Harmonies of #0F4BCF
Complementary color
Monochromatic Colors of #0F4BCF
Black with #0F4BCF
Text Example
Text Example
White with #0F4BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4BCF; }
p { color: rgb(15,75,207); }
H1.HeaderClassName
{
color: #0F4BCF;
}
.AnyTagClassName
{
color: #0F4BCF;
}
</style>
background-color css
<style>
a { background-color: #0F4BCF; }
a { background-color: rgb(15,75,207); }
div.DivClassName
{
background-color: #0F4BCF;
}
.BgClassName
{
background-color: #0F4BCF;
}
</style>
border-color css
<style>
span { border-color: #0F4BCF; }
span { border-color: rgb(15,75,207); }
td.TdClassName
{
border-color: #0F4BCF;
}
.TagClassName
{
border-color: #0F4BCF;
}
</style>