Shades of Denim #0F50CF
Tints of Denim #0F50CF
RGB
CMYK
RGB Variations
Color information
#0F50CF (or 0x0F50CF) is known color: Denim. HEX triplet: 0F, 50 and CF. RGB value is (15,80,207). Sum of RGB (Red+Green+Blue) = 15+80+207=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F50CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F50CF is #F0AF30. Grayscale: #4A4A4A. Windows color (decimal): -15773489 or 13586447. OLE color: 13586447.
HSL color Cylindrical-coordinate representation of color #0F50CF: hue angle of 219.69º 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 #0F50CF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 80 | 207 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.19 |
| HSL | 219.69º | 0.86% | 0.44% | - |
| HSV(B) | 219.69º | 0.93% | 0.81% | - |
| XYZ | 14.33 | 10.34 | 60.27 | - |
| YUV | 75.04 | 202.47 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 207 | 0.93 | 0.61 | 0 | 0.19 | 219.69 | 0.86 | 0.44 |
| Hex | F | 50 | CF | 5D | 3D | 0 | 13 | DC | 56 | 2C |
| Octal | 17 | 120 | 317 | 135 | 75 | 0 | 23 | 334 | 126 | 54 |
| Binary | 1111 | 1010000 | 11001111 | 1011101 | 111101 | 0 | 10011 | 11011100 | 1010110 | 101100 |
Color Harmonies of #0F50CF
Complementary color
Monochromatic Colors of #0F50CF
Black with #0F50CF
Text Example
Text Example
White with #0F50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F50CF; }
p { color: rgb(15,80,207); }
H1.HeaderClassName
{
color: #0F50CF;
}
.AnyTagClassName
{
color: #0F50CF;
}
</style>
background-color css
<style>
a { background-color: #0F50CF; }
a { background-color: rgb(15,80,207); }
div.DivClassName
{
background-color: #0F50CF;
}
.BgClassName
{
background-color: #0F50CF;
}
</style>
border-color css
<style>
span { border-color: #0F50CF; }
span { border-color: rgb(15,80,207); }
td.TdClassName
{
border-color: #0F50CF;
}
.TagClassName
{
border-color: #0F50CF;
}
</style>