Shades of Denim #0F5ECE
Tints of Denim #0F5ECE
RGB
CMYK
RGB Variations
Color information
#0F5ECE (or 0x0F5ECE) is known color: Denim. HEX triplet: 0F, 5E and CE. RGB value is (15,94,206). Sum of RGB (Red+Green+Blue) = 15+94+206=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F5ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ECE is #F0A131. Grayscale: #525252. Windows color (decimal): -15769906 or 13524495. OLE color: 13524495.
HSL color Cylindrical-coordinate representation of color #0F5ECE: hue angle of 215.18º 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 #0F5ECE is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 94 | 206 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.19 |
| HSL | 215.18º | 0.86% | 0.43% | - |
| HSV(B) | 215.18º | 0.93% | 0.81% | - |
| XYZ | 15.34 | 12.56 | 60.01 | - |
| YUV | 83.15 | 197.33 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 94 | 206 | 0.93 | 0.54 | 0 | 0.19 | 215.18 | 0.86 | 0.43 |
| Hex | F | 5E | CE | 5D | 36 | 0 | 13 | D7 | 56 | 2B |
| Octal | 17 | 136 | 316 | 135 | 66 | 0 | 23 | 327 | 126 | 53 |
| Binary | 1111 | 1011110 | 11001110 | 1011101 | 110110 | 0 | 10011 | 11010111 | 1010110 | 101011 |
Color Harmonies of #0F5ECE
Complementary color
Monochromatic Colors of #0F5ECE
Black with #0F5ECE
Text Example
Text Example
White with #0F5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5ECE; }
p { color: rgb(15,94,206); }
H1.HeaderClassName
{
color: #0F5ECE;
}
.AnyTagClassName
{
color: #0F5ECE;
}
</style>
background-color css
<style>
a { background-color: #0F5ECE; }
a { background-color: rgb(15,94,206); }
div.DivClassName
{
background-color: #0F5ECE;
}
.BgClassName
{
background-color: #0F5ECE;
}
</style>
border-color css
<style>
span { border-color: #0F5ECE; }
span { border-color: rgb(15,94,206); }
td.TdClassName
{
border-color: #0F5ECE;
}
.TagClassName
{
border-color: #0F5ECE;
}
</style>