Shades of Denim #0F61AB
Tints of Denim #0F61AB
RGB
CMYK
RGB Variations
Color information
#0F61AB (or 0x0F61AB) is known color: Denim. HEX triplet: 0F, 61 and AB. RGB value is (15,97,171). Sum of RGB (Red+Green+Blue) = 15+97+171=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F61AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F61AB is #F09E54. Grayscale: #505050. Windows color (decimal): -15769173 or 11231503. OLE color: 11231503.
HSL color Cylindrical-coordinate representation of color #0F61AB: hue angle of 208.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F61AB is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 97 | 171 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.33 |
| HSL | 208.46º | 0.84% | 0.36% | - |
| HSV(B) | 208.46º | 0.91% | 0.67% | - |
| XYZ | 11.82 | 11.59 | 40.14 | - |
| YUV | 80.92 | 178.83 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 171 | 0.91 | 0.43 | 0 | 0.33 | 208.46 | 0.84 | 0.36 |
| Hex | F | 61 | AB | 5B | 2B | 0 | 21 | D0 | 54 | 24 |
| Octal | 17 | 141 | 253 | 133 | 53 | 0 | 41 | 320 | 124 | 44 |
| Binary | 1111 | 1100001 | 10101011 | 1011011 | 101011 | 0 | 100001 | 11010000 | 1010100 | 100100 |
Color Harmonies of #0F61AB
Complementary color
Monochromatic Colors of #0F61AB
Black with #0F61AB
Text Example
Text Example
White with #0F61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F61AB; }
p { color: rgb(15,97,171); }
H1.HeaderClassName
{
color: #0F61AB;
}
.AnyTagClassName
{
color: #0F61AB;
}
</style>
background-color css
<style>
a { background-color: #0F61AB; }
a { background-color: rgb(15,97,171); }
div.DivClassName
{
background-color: #0F61AB;
}
.BgClassName
{
background-color: #0F61AB;
}
</style>
border-color css
<style>
span { border-color: #0F61AB; }
span { border-color: rgb(15,97,171); }
td.TdClassName
{
border-color: #0F61AB;
}
.TagClassName
{
border-color: #0F61AB;
}
</style>