Shades of Denim #0F5FAC
Tints of Denim #0F5FAC
RGB
CMYK
RGB Variations
Color information
#0F5FAC (or 0x0F5FAC) is known color: Denim. HEX triplet: 0F, 5F and AC. RGB value is (15,95,172). Sum of RGB (Red+Green+Blue) = 15+95+172=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F5FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5FAC is #F0A053. Grayscale: #4F4F4F. Windows color (decimal): -15769684 or 11296527. OLE color: 11296527.
HSL color Cylindrical-coordinate representation of color #0F5FAC: hue angle of 209.43º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F5FAC is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 95 | 172 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.33 |
| HSL | 209.43º | 0.84% | 0.37% | - |
| HSV(B) | 209.43º | 0.91% | 0.67% | - |
| XYZ | 11.74 | 11.26 | 40.59 | - |
| YUV | 79.86 | 180 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 172 | 0.91 | 0.45 | 0 | 0.33 | 209.43 | 0.84 | 0.37 |
| Hex | F | 5F | AC | 5B | 2D | 0 | 21 | D1 | 54 | 25 |
| Octal | 17 | 137 | 254 | 133 | 55 | 0 | 41 | 321 | 124 | 45 |
| Binary | 1111 | 1011111 | 10101100 | 1011011 | 101101 | 0 | 100001 | 11010001 | 1010100 | 100101 |
Color Harmonies of #0F5FAC
Complementary color
Monochromatic Colors of #0F5FAC
Black with #0F5FAC
Text Example
Text Example
White with #0F5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5FAC; }
p { color: rgb(15,95,172); }
H1.HeaderClassName
{
color: #0F5FAC;
}
.AnyTagClassName
{
color: #0F5FAC;
}
</style>
background-color css
<style>
a { background-color: #0F5FAC; }
a { background-color: rgb(15,95,172); }
div.DivClassName
{
background-color: #0F5FAC;
}
.BgClassName
{
background-color: #0F5FAC;
}
</style>
border-color css
<style>
span { border-color: #0F5FAC; }
span { border-color: rgb(15,95,172); }
td.TdClassName
{
border-color: #0F5FAC;
}
.TagClassName
{
border-color: #0F5FAC;
}
</style>