Shades of Denim #0F4BCE
Tints of Denim #0F4BCE
RGB
CMYK
RGB Variations
Color information
#0F4BCE (or 0x0F4BCE) is known color: Denim. HEX triplet: 0F, 4B and CE. RGB value is (15,75,206). Sum of RGB (Red+Green+Blue) = 15+75+206=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F4BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4BCE is #F0B431. Grayscale: #474747. Windows color (decimal): -15774770 or 13519631. OLE color: 13519631.
HSL color Cylindrical-coordinate representation of color #0F4BCE: hue angle of 221.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4BCE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 75 | 206 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.19 |
| HSL | 221.15º | 0.86% | 0.43% | - |
| HSV(B) | 221.15º | 0.93% | 0.81% | - |
| XYZ | 13.85 | 9.59 | 59.51 | - |
| YUV | 71.99 | 203.62 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 206 | 0.93 | 0.64 | 0 | 0.19 | 221.15 | 0.86 | 0.43 |
| Hex | F | 4B | CE | 5D | 40 | 0 | 13 | DD | 56 | 2B |
| Octal | 17 | 113 | 316 | 135 | 100 | 0 | 23 | 335 | 126 | 53 |
| Binary | 1111 | 1001011 | 11001110 | 1011101 | 1000000 | 0 | 10011 | 11011101 | 1010110 | 101011 |
Color Harmonies of #0F4BCE
Complementary color
Monochromatic Colors of #0F4BCE
Black with #0F4BCE
Text Example
Text Example
White with #0F4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4BCE; }
p { color: rgb(15,75,206); }
H1.HeaderClassName
{
color: #0F4BCE;
}
.AnyTagClassName
{
color: #0F4BCE;
}
</style>
background-color css
<style>
a { background-color: #0F4BCE; }
a { background-color: rgb(15,75,206); }
div.DivClassName
{
background-color: #0F4BCE;
}
.BgClassName
{
background-color: #0F4BCE;
}
</style>
border-color css
<style>
span { border-color: #0F4BCE; }
span { border-color: rgb(15,75,206); }
td.TdClassName
{
border-color: #0F4BCE;
}
.TagClassName
{
border-color: #0F4BCE;
}
</style>