Shades of Denim #0F5DB3
Tints of Denim #0F5DB3
RGB
CMYK
RGB Variations
Color information
#0F5DB3 (or 0x0F5DB3) is known color: Denim. HEX triplet: 0F, 5D and B3. RGB value is (15,93,179). Sum of RGB (Red+Green+Blue) = 15+93+179=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 179 (70.31% from 255 or 62.37% from 287); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F5DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5DB3 is #F0A24C. Grayscale: #4F4F4F. Windows color (decimal): -15770189 or 11754767. OLE color: 11754767.
HSL color Cylindrical-coordinate representation of color #0F5DB3: hue angle of 211.46º degrees, saturation: 0.85, 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 #0F5DB3 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 93 | 179 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.30 |
| HSL | 211.46º | 0.85% | 0.38% | - |
| HSV(B) | 211.46º | 0.92% | 0.7% | - |
| XYZ | 12.25 | 11.18 | 44.16 | - |
| YUV | 79.48 | 184.16 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 179 | 0.92 | 0.48 | 0 | 0.30 | 211.46 | 0.85 | 0.38 |
| Hex | F | 5D | B3 | 5C | 30 | 0 | 1E | D3 | 55 | 26 |
| Octal | 17 | 135 | 263 | 134 | 60 | 0 | 36 | 323 | 125 | 46 |
| Binary | 1111 | 1011101 | 10110011 | 1011100 | 110000 | 0 | 11110 | 11010011 | 1010101 | 100110 |
Color Harmonies of #0F5DB3
Complementary color
Monochromatic Colors of #0F5DB3
Black with #0F5DB3
Text Example
Text Example
White with #0F5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5DB3; }
p { color: rgb(15,93,179); }
H1.HeaderClassName
{
color: #0F5DB3;
}
.AnyTagClassName
{
color: #0F5DB3;
}
</style>
background-color css
<style>
a { background-color: #0F5DB3; }
a { background-color: rgb(15,93,179); }
div.DivClassName
{
background-color: #0F5DB3;
}
.BgClassName
{
background-color: #0F5DB3;
}
</style>
border-color css
<style>
span { border-color: #0F5DB3; }
span { border-color: rgb(15,93,179); }
td.TdClassName
{
border-color: #0F5DB3;
}
.TagClassName
{
border-color: #0F5DB3;
}
</style>