Shades of Denim #0F5BBA
Tints of Denim #0F5BBA
RGB
CMYK
RGB Variations
Color information
#0F5BBA (or 0x0F5BBA) is known color: Denim. HEX triplet: 0F, 5B and BA. RGB value is (15,91,186). Sum of RGB (Red+Green+Blue) = 15+91+186=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F5BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5BBA is #F0A445. Grayscale: #4E4E4E. Windows color (decimal): -15770694 or 12213007. OLE color: 12213007.
HSL color Cylindrical-coordinate representation of color #0F5BBA: hue angle of 213.33º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5BBA is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 91 | 186 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.27 |
| HSL | 213.33º | 0.85% | 0.39% | - |
| HSV(B) | 213.33º | 0.92% | 0.73% | - |
| XYZ | 12.8 | 11.13 | 47.93 | - |
| YUV | 79.11 | 188.32 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 91 | 186 | 0.92 | 0.51 | 0 | 0.27 | 213.33 | 0.85 | 0.39 |
| Hex | F | 5B | BA | 5C | 33 | 0 | 1B | D5 | 55 | 27 |
| Octal | 17 | 133 | 272 | 134 | 63 | 0 | 33 | 325 | 125 | 47 |
| Binary | 1111 | 1011011 | 10111010 | 1011100 | 110011 | 0 | 11011 | 11010101 | 1010101 | 100111 |
Color Harmonies of #0F5BBA
Complementary color
Monochromatic Colors of #0F5BBA
Black with #0F5BBA
Text Example
Text Example
White with #0F5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5BBA; }
p { color: rgb(15,91,186); }
H1.HeaderClassName
{
color: #0F5BBA;
}
.AnyTagClassName
{
color: #0F5BBA;
}
</style>
background-color css
<style>
a { background-color: #0F5BBA; }
a { background-color: rgb(15,91,186); }
div.DivClassName
{
background-color: #0F5BBA;
}
.BgClassName
{
background-color: #0F5BBA;
}
</style>
border-color css
<style>
span { border-color: #0F5BBA; }
span { border-color: rgb(15,91,186); }
td.TdClassName
{
border-color: #0F5BBA;
}
.TagClassName
{
border-color: #0F5BBA;
}
</style>