Shades of Denim #0F5BBB
Tints of Denim #0F5BBB
RGB
CMYK
RGB Variations
Color information
#0F5BBB (or 0x0F5BBB) is known color: Denim. HEX triplet: 0F, 5B and BB. RGB value is (15,91,187). Sum of RGB (Red+Green+Blue) = 15+91+187=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F5BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5BBB is #F0A444. Grayscale: #4E4E4E. Windows color (decimal): -15770693 or 12278543. OLE color: 12278543.
HSL color Cylindrical-coordinate representation of color #0F5BBB: hue angle of 213.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5BBB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 91 | 187 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.27 |
| HSL | 213.49º | 0.85% | 0.4% | - |
| HSV(B) | 213.49º | 0.92% | 0.73% | - |
| XYZ | 12.91 | 11.17 | 48.49 | - |
| YUV | 79.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 91 | 187 | 0.92 | 0.51 | 0 | 0.27 | 213.49 | 0.85 | 0.4 |
| Hex | F | 5B | BB | 5C | 33 | 0 | 1B | D5 | 55 | 28 |
| Octal | 17 | 133 | 273 | 134 | 63 | 0 | 33 | 325 | 125 | 50 |
| Binary | 1111 | 1011011 | 10111011 | 1011100 | 110011 | 0 | 11011 | 11010101 | 1010101 | 101000 |
Color Harmonies of #0F5BBB
Complementary color
Monochromatic Colors of #0F5BBB
Black with #0F5BBB
Text Example
Text Example
White with #0F5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5BBB; }
p { color: rgb(15,91,187); }
H1.HeaderClassName
{
color: #0F5BBB;
}
.AnyTagClassName
{
color: #0F5BBB;
}
</style>
background-color css
<style>
a { background-color: #0F5BBB; }
a { background-color: rgb(15,91,187); }
div.DivClassName
{
background-color: #0F5BBB;
}
.BgClassName
{
background-color: #0F5BBB;
}
</style>
border-color css
<style>
span { border-color: #0F5BBB; }
span { border-color: rgb(15,91,187); }
td.TdClassName
{
border-color: #0F5BBB;
}
.TagClassName
{
border-color: #0F5BBB;
}
</style>