Shades of Denim #0B74BB
Tints of Denim #0B74BB
RGB
CMYK
RGB Variations
Color information
#0B74BB (or 0x0B74BB) is known color: Denim. HEX triplet: 0B, 74 and BB. RGB value is (11,116,187). Sum of RGB (Red+Green+Blue) = 11+116+187=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B74BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B74BB is #F48B44. Grayscale: #5C5C5C. Windows color (decimal): -16026437 or 12284939. OLE color: 12284939.
HSL color Cylindrical-coordinate representation of color #0B74BB: hue angle of 204.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B74BB is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 116 | 187 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.27 |
| HSL | 204.2º | 0.89% | 0.39% | - |
| HSV(B) | 204.2º | 0.94% | 0.73% | - |
| XYZ | 15.35 | 16.15 | 49.32 | - |
| YUV | 92.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 187 | 0.94 | 0.38 | 0 | 0.27 | 204.2 | 0.89 | 0.39 |
| Hex | B | 74 | BB | 5E | 26 | 0 | 1B | CC | 59 | 27 |
| Octal | 13 | 164 | 273 | 136 | 46 | 0 | 33 | 314 | 131 | 47 |
| Binary | 1011 | 1110100 | 10111011 | 1011110 | 100110 | 0 | 11011 | 11001100 | 1011001 | 100111 |
Color Harmonies of #0B74BB
Complementary color
Monochromatic Colors of #0B74BB
Black with #0B74BB
Text Example
Text Example
White with #0B74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B74BB; }
p { color: rgb(11,116,187); }
H1.HeaderClassName
{
color: #0B74BB;
}
.AnyTagClassName
{
color: #0B74BB;
}
</style>
background-color css
<style>
a { background-color: #0B74BB; }
a { background-color: rgb(11,116,187); }
div.DivClassName
{
background-color: #0B74BB;
}
.BgClassName
{
background-color: #0B74BB;
}
</style>
border-color css
<style>
span { border-color: #0B74BB; }
span { border-color: rgb(11,116,187); }
td.TdClassName
{
border-color: #0B74BB;
}
.TagClassName
{
border-color: #0B74BB;
}
</style>