Shades of Denim #0B5FC7
Tints of Denim #0B5FC7
RGB
CMYK
RGB Variations
Color information
#0B5FC7 (or 0x0B5FC7) is known color: Denim. HEX triplet: 0B, 5F and C7. RGB value is (11,95,199). Sum of RGB (Red+Green+Blue) = 11+95+199=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 199 (78.12% from 255 or 65.25% from 305); Max value from RGB is 199 - color contains mainly: blue. Hex color #0B5FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5FC7 is #F4A038. Grayscale: #515151. Windows color (decimal): -16031801 or 13065995. OLE color: 13065995.
HSL color Cylindrical-coordinate representation of color #0B5FC7: hue angle of 213.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5FC7 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 95 | 199 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.22 |
| HSL | 213.19º | 0.9% | 0.41% | - |
| HSV(B) | 213.19º | 0.94% | 0.78% | - |
| XYZ | 14.54 | 12.38 | 55.66 | - |
| YUV | 81.74 | 194.17 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 95 | 199 | 0.94 | 0.52 | 0 | 0.22 | 213.19 | 0.9 | 0.41 |
| Hex | B | 5F | C7 | 5E | 34 | 0 | 16 | D5 | 5A | 29 |
| Octal | 13 | 137 | 307 | 136 | 64 | 0 | 26 | 325 | 132 | 51 |
| Binary | 1011 | 1011111 | 11000111 | 1011110 | 110100 | 0 | 10110 | 11010101 | 1011010 | 101001 |
Color Harmonies of #0B5FC7
Complementary color
Monochromatic Colors of #0B5FC7
Black with #0B5FC7
Text Example
Text Example
White with #0B5FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5FC7; }
p { color: rgb(11,95,199); }
H1.HeaderClassName
{
color: #0B5FC7;
}
.AnyTagClassName
{
color: #0B5FC7;
}
</style>
background-color css
<style>
a { background-color: #0B5FC7; }
a { background-color: rgb(11,95,199); }
div.DivClassName
{
background-color: #0B5FC7;
}
.BgClassName
{
background-color: #0B5FC7;
}
</style>
border-color css
<style>
span { border-color: #0B5FC7; }
span { border-color: rgb(11,95,199); }
td.TdClassName
{
border-color: #0B5FC7;
}
.TagClassName
{
border-color: #0B5FC7;
}
</style>