Shades of Denim #0B64BE
Tints of Denim #0B64BE
RGB
CMYK
RGB Variations
Color information
#0B64BE (or 0x0B64BE) is known color: Denim. HEX triplet: 0B, 64 and BE. RGB value is (11,100,190). Sum of RGB (Red+Green+Blue) = 11+100+190=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B64BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B64BE is #F49B41. Grayscale: #535353. Windows color (decimal): -16030530 or 12477451. OLE color: 12477451.
HSL color Cylindrical-coordinate representation of color #0B64BE: hue angle of 210.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B64BE is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 100 | 190 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.25 |
| HSL | 210.17º | 0.89% | 0.39% | - |
| HSV(B) | 210.17º | 0.94% | 0.75% | - |
| XYZ | 13.99 | 12.9 | 50.47 | - |
| YUV | 83.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 190 | 0.94 | 0.47 | 0 | 0.25 | 210.17 | 0.89 | 0.39 |
| Hex | B | 64 | BE | 5E | 2F | 0 | 19 | D2 | 59 | 27 |
| Octal | 13 | 144 | 276 | 136 | 57 | 0 | 31 | 322 | 131 | 47 |
| Binary | 1011 | 1100100 | 10111110 | 1011110 | 101111 | 0 | 11001 | 11010010 | 1011001 | 100111 |
Color Harmonies of #0B64BE
Complementary color
Monochromatic Colors of #0B64BE
Black with #0B64BE
Text Example
Text Example
White with #0B64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B64BE; }
p { color: rgb(11,100,190); }
H1.HeaderClassName
{
color: #0B64BE;
}
.AnyTagClassName
{
color: #0B64BE;
}
</style>
background-color css
<style>
a { background-color: #0B64BE; }
a { background-color: rgb(11,100,190); }
div.DivClassName
{
background-color: #0B64BE;
}
.BgClassName
{
background-color: #0B64BE;
}
</style>
border-color css
<style>
span { border-color: #0B64BE; }
span { border-color: rgb(11,100,190); }
td.TdClassName
{
border-color: #0B64BE;
}
.TagClassName
{
border-color: #0B64BE;
}
</style>