Shades of Denim #0B66BC
Tints of Denim #0B66BC
RGB
CMYK
RGB Variations
Color information
#0B66BC (or 0x0B66BC) is known color: Denim. HEX triplet: 0B, 66 and BC. RGB value is (11,102,188). Sum of RGB (Red+Green+Blue) = 11+102+188=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B66BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B66BC is #F49943. Grayscale: #545454. Windows color (decimal): -16030020 or 12346891. OLE color: 12346891.
HSL color Cylindrical-coordinate representation of color #0B66BC: hue angle of 209.15º 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 #0B66BC is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 102 | 188 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.26 |
| HSL | 209.15º | 0.89% | 0.39% | - |
| HSV(B) | 209.15º | 0.94% | 0.74% | - |
| XYZ | 13.97 | 13.2 | 49.39 | - |
| YUV | 84.6 | 186.35 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 188 | 0.94 | 0.46 | 0 | 0.26 | 209.15 | 0.89 | 0.39 |
| Hex | B | 66 | BC | 5E | 2E | 0 | 1A | D1 | 59 | 27 |
| Octal | 13 | 146 | 274 | 136 | 56 | 0 | 32 | 321 | 131 | 47 |
| Binary | 1011 | 1100110 | 10111100 | 1011110 | 101110 | 0 | 11010 | 11010001 | 1011001 | 100111 |
Color Harmonies of #0B66BC
Complementary color
Monochromatic Colors of #0B66BC
Black with #0B66BC
Text Example
Text Example
White with #0B66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B66BC; }
p { color: rgb(11,102,188); }
H1.HeaderClassName
{
color: #0B66BC;
}
.AnyTagClassName
{
color: #0B66BC;
}
</style>
background-color css
<style>
a { background-color: #0B66BC; }
a { background-color: rgb(11,102,188); }
div.DivClassName
{
background-color: #0B66BC;
}
.BgClassName
{
background-color: #0B66BC;
}
</style>
border-color css
<style>
span { border-color: #0B66BC; }
span { border-color: rgb(11,102,188); }
td.TdClassName
{
border-color: #0B66BC;
}
.TagClassName
{
border-color: #0B66BC;
}
</style>