Shades of Denim #0F5DB1
Tints of Denim #0F5DB1
RGB
CMYK
RGB Variations
Color information
#0F5DB1 (or 0x0F5DB1) is known color: Denim. HEX triplet: 0F, 5D and B1. RGB value is (15,93,177). Sum of RGB (Red+Green+Blue) = 15+93+177=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #0F5DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5DB1 is #F0A24E. Grayscale: #4E4E4E. Windows color (decimal): -15770191 or 11623695. OLE color: 11623695.
HSL color Cylindrical-coordinate representation of color #0F5DB1: hue angle of 211.11º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5DB1 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 93 | 177 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.31 |
| HSL | 211.11º | 0.84% | 0.38% | - |
| HSV(B) | 211.11º | 0.92% | 0.69% | - |
| XYZ | 12.05 | 11.1 | 43.1 | - |
| YUV | 79.25 | 183.16 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 177 | 0.92 | 0.47 | 0 | 0.31 | 211.11 | 0.84 | 0.38 |
| Hex | F | 5D | B1 | 5C | 2F | 0 | 1F | D3 | 54 | 26 |
| Octal | 17 | 135 | 261 | 134 | 57 | 0 | 37 | 323 | 124 | 46 |
| Binary | 1111 | 1011101 | 10110001 | 1011100 | 101111 | 0 | 11111 | 11010011 | 1010100 | 100110 |
Color Harmonies of #0F5DB1
Complementary color
Monochromatic Colors of #0F5DB1
Black with #0F5DB1
Text Example
Text Example
White with #0F5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5DB1; }
p { color: rgb(15,93,177); }
H1.HeaderClassName
{
color: #0F5DB1;
}
.AnyTagClassName
{
color: #0F5DB1;
}
</style>
background-color css
<style>
a { background-color: #0F5DB1; }
a { background-color: rgb(15,93,177); }
div.DivClassName
{
background-color: #0F5DB1;
}
.BgClassName
{
background-color: #0F5DB1;
}
</style>
border-color css
<style>
span { border-color: #0F5DB1; }
span { border-color: rgb(15,93,177); }
td.TdClassName
{
border-color: #0F5DB1;
}
.TagClassName
{
border-color: #0F5DB1;
}
</style>