Shades of Denim #0B68BA
Tints of Denim #0B68BA
RGB
CMYK
RGB Variations
Color information
#0B68BA (or 0x0B68BA) is known color: Denim. HEX triplet: 0B, 68 and BA. RGB value is (11,104,186). Sum of RGB (Red+Green+Blue) = 11+104+186=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B68BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B68BA is #F49745. Grayscale: #555555. Windows color (decimal): -16029510 or 12216331. OLE color: 12216331.
HSL color Cylindrical-coordinate representation of color #0B68BA: hue angle of 208.11º 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 #0B68BA is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 104 | 186 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.27 |
| HSL | 208.11º | 0.89% | 0.39% | - |
| HSV(B) | 208.11º | 0.94% | 0.73% | - |
| XYZ | 13.95 | 13.52 | 48.33 | - |
| YUV | 85.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 186 | 0.94 | 0.44 | 0 | 0.27 | 208.11 | 0.89 | 0.39 |
| Hex | B | 68 | BA | 5E | 2C | 0 | 1B | D0 | 59 | 27 |
| Octal | 13 | 150 | 272 | 136 | 54 | 0 | 33 | 320 | 131 | 47 |
| Binary | 1011 | 1101000 | 10111010 | 1011110 | 101100 | 0 | 11011 | 11010000 | 1011001 | 100111 |
Color Harmonies of #0B68BA
Complementary color
Monochromatic Colors of #0B68BA
Black with #0B68BA
Text Example
Text Example
White with #0B68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B68BA; }
p { color: rgb(11,104,186); }
H1.HeaderClassName
{
color: #0B68BA;
}
.AnyTagClassName
{
color: #0B68BA;
}
</style>
background-color css
<style>
a { background-color: #0B68BA; }
a { background-color: rgb(11,104,186); }
div.DivClassName
{
background-color: #0B68BA;
}
.BgClassName
{
background-color: #0B68BA;
}
</style>
border-color css
<style>
span { border-color: #0B68BA; }
span { border-color: rgb(11,104,186); }
td.TdClassName
{
border-color: #0B68BA;
}
.TagClassName
{
border-color: #0B68BA;
}
</style>