Shades of Denim #0F67A9
Tints of Denim #0F67A9
RGB
CMYK
RGB Variations
Color information
#0F67A9 (or 0x0F67A9) is known color: Denim. HEX triplet: 0F, 67 and A9. RGB value is (15,103,169). Sum of RGB (Red+Green+Blue) = 15+103+169=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 169 (66.41% from 255 or 58.89% from 287); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F67A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F67A9 is #F09856. Grayscale: #535353. Windows color (decimal): -15767639 or 11101967. OLE color: 11101967.
HSL color Cylindrical-coordinate representation of color #0F67A9: hue angle of 205.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F67A9 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 103 | 169 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.34 |
| HSL | 205.71º | 0.84% | 0.36% | - |
| HSV(B) | 205.71º | 0.91% | 0.66% | - |
| XYZ | 12.21 | 12.67 | 39.34 | - |
| YUV | 84.21 | 175.85 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 169 | 0.91 | 0.39 | 0 | 0.34 | 205.71 | 0.84 | 0.36 |
| Hex | F | 67 | A9 | 5B | 27 | 0 | 22 | CE | 54 | 24 |
| Octal | 17 | 147 | 251 | 133 | 47 | 0 | 42 | 316 | 124 | 44 |
| Binary | 1111 | 1100111 | 10101001 | 1011011 | 100111 | 0 | 100010 | 11001110 | 1010100 | 100100 |
Color Harmonies of #0F67A9
Complementary color
Monochromatic Colors of #0F67A9
Black with #0F67A9
Text Example
Text Example
White with #0F67A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F67A9; }
p { color: rgb(15,103,169); }
H1.HeaderClassName
{
color: #0F67A9;
}
.AnyTagClassName
{
color: #0F67A9;
}
</style>
background-color css
<style>
a { background-color: #0F67A9; }
a { background-color: rgb(15,103,169); }
div.DivClassName
{
background-color: #0F67A9;
}
.BgClassName
{
background-color: #0F67A9;
}
</style>
border-color css
<style>
span { border-color: #0F67A9; }
span { border-color: rgb(15,103,169); }
td.TdClassName
{
border-color: #0F67A9;
}
.TagClassName
{
border-color: #0F67A9;
}
</style>