Shades of Denim #0B68BD
Tints of Denim #0B68BD
RGB
CMYK
RGB Variations
Color information
#0B68BD (or 0x0B68BD) is known color: Denim. HEX triplet: 0B, 68 and BD. RGB value is (11,104,189). Sum of RGB (Red+Green+Blue) = 11+104+189=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B68BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B68BD is #F49742. Grayscale: #555555. Windows color (decimal): -16029507 or 12412939. OLE color: 12412939.
HSL color Cylindrical-coordinate representation of color #0B68BD: hue angle of 208.65º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B68BD is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 104 | 189 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.26 |
| HSL | 208.65º | 0.89% | 0.39% | - |
| HSV(B) | 208.65º | 0.94% | 0.74% | - |
| XYZ | 14.27 | 13.65 | 50.03 | - |
| YUV | 85.88 | 186.19 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 189 | 0.94 | 0.45 | 0 | 0.26 | 208.65 | 0.89 | 0.39 |
| Hex | B | 68 | BD | 5E | 2D | 0 | 1A | D1 | 59 | 27 |
| Octal | 13 | 150 | 275 | 136 | 55 | 0 | 32 | 321 | 131 | 47 |
| Binary | 1011 | 1101000 | 10111101 | 1011110 | 101101 | 0 | 11010 | 11010001 | 1011001 | 100111 |
Color Harmonies of #0B68BD
Complementary color
Monochromatic Colors of #0B68BD
Black with #0B68BD
Text Example
Text Example
White with #0B68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B68BD; }
p { color: rgb(11,104,189); }
H1.HeaderClassName
{
color: #0B68BD;
}
.AnyTagClassName
{
color: #0B68BD;
}
</style>
background-color css
<style>
a { background-color: #0B68BD; }
a { background-color: rgb(11,104,189); }
div.DivClassName
{
background-color: #0B68BD;
}
.BgClassName
{
background-color: #0B68BD;
}
</style>
border-color css
<style>
span { border-color: #0B68BD; }
span { border-color: rgb(11,104,189); }
td.TdClassName
{
border-color: #0B68BD;
}
.TagClassName
{
border-color: #0B68BD;
}
</style>