Shades of Denim #0F5DB2
Tints of Denim #0F5DB2
RGB
CMYK
RGB Variations
Color information
#0F5DB2 (or 0x0F5DB2) is known color: Denim. HEX triplet: 0F, 5D and B2. RGB value is (15,93,178). Sum of RGB (Red+Green+Blue) = 15+93+178=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #0F5DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5DB2 is #F0A24D. Grayscale: #4E4E4E. Windows color (decimal): -15770190 or 11689231. OLE color: 11689231.
HSL color Cylindrical-coordinate representation of color #0F5DB2: hue angle of 211.29º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5DB2 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 93 | 178 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.30 |
| HSL | 211.29º | 0.84% | 0.38% | - |
| HSV(B) | 211.29º | 0.92% | 0.7% | - |
| XYZ | 12.15 | 11.14 | 43.63 | - |
| YUV | 79.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 178 | 0.92 | 0.48 | 0 | 0.30 | 211.29 | 0.84 | 0.38 |
| Hex | F | 5D | B2 | 5C | 30 | 0 | 1E | D3 | 54 | 26 |
| Octal | 17 | 135 | 262 | 134 | 60 | 0 | 36 | 323 | 124 | 46 |
| Binary | 1111 | 1011101 | 10110010 | 1011100 | 110000 | 0 | 11110 | 11010011 | 1010100 | 100110 |
Color Harmonies of #0F5DB2
Complementary color
Monochromatic Colors of #0F5DB2
Black with #0F5DB2
Text Example
Text Example
White with #0F5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5DB2; }
p { color: rgb(15,93,178); }
H1.HeaderClassName
{
color: #0F5DB2;
}
.AnyTagClassName
{
color: #0F5DB2;
}
</style>
background-color css
<style>
a { background-color: #0F5DB2; }
a { background-color: rgb(15,93,178); }
div.DivClassName
{
background-color: #0F5DB2;
}
.BgClassName
{
background-color: #0F5DB2;
}
</style>
border-color css
<style>
span { border-color: #0F5DB2; }
span { border-color: rgb(15,93,178); }
td.TdClassName
{
border-color: #0F5DB2;
}
.TagClassName
{
border-color: #0F5DB2;
}
</style>