Shades of Denim #0F59AF
Tints of Denim #0F59AF
RGB
CMYK
RGB Variations
Color information
#0F59AF (or 0x0F59AF) is known color: Denim. HEX triplet: 0F, 59 and AF. RGB value is (15,89,175). Sum of RGB (Red+Green+Blue) = 15+89+175=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F59AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F59AF is #F0A650. Grayscale: #4C4C4C. Windows color (decimal): -15771217 or 11491599. OLE color: 11491599.
HSL color Cylindrical-coordinate representation of color #0F59AF: hue angle of 212.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F59AF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 89 | 175 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.31 |
| HSL | 212.25º | 0.84% | 0.37% | - |
| HSV(B) | 212.25º | 0.91% | 0.69% | - |
| XYZ | 11.51 | 10.34 | 41.95 | - |
| YUV | 76.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 175 | 0.91 | 0.49 | 0 | 0.31 | 212.25 | 0.84 | 0.37 |
| Hex | F | 59 | AF | 5B | 31 | 0 | 1F | D4 | 54 | 25 |
| Octal | 17 | 131 | 257 | 133 | 61 | 0 | 37 | 324 | 124 | 45 |
| Binary | 1111 | 1011001 | 10101111 | 1011011 | 110001 | 0 | 11111 | 11010100 | 1010100 | 100101 |
Color Harmonies of #0F59AF
Complementary color
Monochromatic Colors of #0F59AF
Black with #0F59AF
Text Example
Text Example
White with #0F59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F59AF; }
p { color: rgb(15,89,175); }
H1.HeaderClassName
{
color: #0F59AF;
}
.AnyTagClassName
{
color: #0F59AF;
}
</style>
background-color css
<style>
a { background-color: #0F59AF; }
a { background-color: rgb(15,89,175); }
div.DivClassName
{
background-color: #0F59AF;
}
.BgClassName
{
background-color: #0F59AF;
}
</style>
border-color css
<style>
span { border-color: #0F59AF; }
span { border-color: rgb(15,89,175); }
td.TdClassName
{
border-color: #0F59AF;
}
.TagClassName
{
border-color: #0F59AF;
}
</style>