Shades of Denim #0F67AD
Tints of Denim #0F67AD
RGB
CMYK
RGB Variations
Color information
#0F67AD (or 0x0F67AD) is known color: Denim. HEX triplet: 0F, 67 and AD. RGB value is (15,103,173). Sum of RGB (Red+Green+Blue) = 15+103+173=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F67AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F67AD is #F09852. Grayscale: #545454. Windows color (decimal): -15767635 or 11364111. OLE color: 11364111.
HSL color Cylindrical-coordinate representation of color #0F67AD: hue angle of 206.58º 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 #0F67AD is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 103 | 173 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.32 |
| HSL | 206.58º | 0.84% | 0.37% | - |
| HSV(B) | 206.58º | 0.91% | 0.68% | - |
| XYZ | 12.59 | 12.82 | 41.35 | - |
| YUV | 84.67 | 177.85 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 173 | 0.91 | 0.40 | 0 | 0.32 | 206.58 | 0.84 | 0.37 |
| Hex | F | 67 | AD | 5B | 28 | 0 | 20 | CF | 54 | 25 |
| Octal | 17 | 147 | 255 | 133 | 50 | 0 | 40 | 317 | 124 | 45 |
| Binary | 1111 | 1100111 | 10101101 | 1011011 | 101000 | 0 | 100000 | 11001111 | 1010100 | 100101 |
Color Harmonies of #0F67AD
Complementary color
Monochromatic Colors of #0F67AD
Black with #0F67AD
Text Example
Text Example
White with #0F67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F67AD; }
p { color: rgb(15,103,173); }
H1.HeaderClassName
{
color: #0F67AD;
}
.AnyTagClassName
{
color: #0F67AD;
}
</style>
background-color css
<style>
a { background-color: #0F67AD; }
a { background-color: rgb(15,103,173); }
div.DivClassName
{
background-color: #0F67AD;
}
.BgClassName
{
background-color: #0F67AD;
}
</style>
border-color css
<style>
span { border-color: #0F67AD; }
span { border-color: rgb(15,103,173); }
td.TdClassName
{
border-color: #0F67AD;
}
.TagClassName
{
border-color: #0F67AD;
}
</style>