Shades of Denim #0F58AD
Tints of Denim #0F58AD
RGB
CMYK
RGB Variations
Color information
#0F58AD (or 0x0F58AD) is known color: Denim. HEX triplet: 0F, 58 and AD. RGB value is (15,88,173). Sum of RGB (Red+Green+Blue) = 15+88+173=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F58AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F58AD is #F0A752. Grayscale: #4B4B4B. Windows color (decimal): -15771475 or 11360271. OLE color: 11360271.
HSL color Cylindrical-coordinate representation of color #0F58AD: hue angle of 212.28º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F58AD is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 88 | 173 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.32 |
| HSL | 212.28º | 0.84% | 0.37% | - |
| HSV(B) | 212.28º | 0.91% | 0.68% | - |
| XYZ | 11.23 | 10.1 | 40.89 | - |
| YUV | 75.86 | 182.82 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 173 | 0.91 | 0.49 | 0 | 0.32 | 212.28 | 0.84 | 0.37 |
| Hex | F | 58 | AD | 5B | 31 | 0 | 20 | D4 | 54 | 25 |
| Octal | 17 | 130 | 255 | 133 | 61 | 0 | 40 | 324 | 124 | 45 |
| Binary | 1111 | 1011000 | 10101101 | 1011011 | 110001 | 0 | 100000 | 11010100 | 1010100 | 100101 |
Color Harmonies of #0F58AD
Complementary color
Monochromatic Colors of #0F58AD
Black with #0F58AD
Text Example
Text Example
White with #0F58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F58AD; }
p { color: rgb(15,88,173); }
H1.HeaderClassName
{
color: #0F58AD;
}
.AnyTagClassName
{
color: #0F58AD;
}
</style>
background-color css
<style>
a { background-color: #0F58AD; }
a { background-color: rgb(15,88,173); }
div.DivClassName
{
background-color: #0F58AD;
}
.BgClassName
{
background-color: #0F58AD;
}
</style>
border-color css
<style>
span { border-color: #0F58AD; }
span { border-color: rgb(15,88,173); }
td.TdClassName
{
border-color: #0F58AD;
}
.TagClassName
{
border-color: #0F58AD;
}
</style>