Shades of Denim #0F5FCD
Tints of Denim #0F5FCD
RGB
CMYK
RGB Variations
Color information
#0F5FCD (or 0x0F5FCD) is known color: Denim. HEX triplet: 0F, 5F and CD. RGB value is (15,95,205). Sum of RGB (Red+Green+Blue) = 15+95+205=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F5FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5FCD is #F0A032. Grayscale: #535353. Windows color (decimal): -15769651 or 13459215. OLE color: 13459215.
HSL color Cylindrical-coordinate representation of color #0F5FCD: hue angle of 214.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5FCD is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 95 | 205 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.20 |
| HSL | 214.74º | 0.86% | 0.43% | - |
| HSV(B) | 214.74º | 0.93% | 0.8% | - |
| XYZ | 15.31 | 12.69 | 59.4 | - |
| YUV | 83.62 | 196.5 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 205 | 0.93 | 0.54 | 0 | 0.20 | 214.74 | 0.86 | 0.43 |
| Hex | F | 5F | CD | 5D | 36 | 0 | 14 | D7 | 56 | 2B |
| Octal | 17 | 137 | 315 | 135 | 66 | 0 | 24 | 327 | 126 | 53 |
| Binary | 1111 | 1011111 | 11001101 | 1011101 | 110110 | 0 | 10100 | 11010111 | 1010110 | 101011 |
Color Harmonies of #0F5FCD
Complementary color
Monochromatic Colors of #0F5FCD
Black with #0F5FCD
Text Example
Text Example
White with #0F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5FCD; }
p { color: rgb(15,95,205); }
H1.HeaderClassName
{
color: #0F5FCD;
}
.AnyTagClassName
{
color: #0F5FCD;
}
</style>
background-color css
<style>
a { background-color: #0F5FCD; }
a { background-color: rgb(15,95,205); }
div.DivClassName
{
background-color: #0F5FCD;
}
.BgClassName
{
background-color: #0F5FCD;
}
</style>
border-color css
<style>
span { border-color: #0F5FCD; }
span { border-color: rgb(15,95,205); }
td.TdClassName
{
border-color: #0F5FCD;
}
.TagClassName
{
border-color: #0F5FCD;
}
</style>