Shades of Denim #096DBB
Tints of Denim #096DBB
RGB
CMYK
RGB Variations
Color information
#096DBB (or 0x096DBB) is known color: Denim. HEX triplet: 09, 6D and BB. RGB value is (9,109,187). Sum of RGB (Red+Green+Blue) = 9+109+187=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #096DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DBB is #F69244. Grayscale: #575757. Windows color (decimal): -16159301 or 12283145. OLE color: 12283145.
HSL color Cylindrical-coordinate representation of color #096DBB: hue angle of 206.29º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DBB is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 109 | 187 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.27 |
| HSL | 206.29º | 0.91% | 0.38% | - |
| HSV(B) | 206.29º | 0.95% | 0.73% | - |
| XYZ | 14.55 | 14.58 | 49.06 | - |
| YUV | 87.99 | 183.87 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 187 | 0.95 | 0.42 | 0 | 0.27 | 206.29 | 0.91 | 0.38 |
| Hex | 9 | 6D | BB | 5F | 2A | 0 | 1B | CE | 5B | 26 |
| Octal | 11 | 155 | 273 | 137 | 52 | 0 | 33 | 316 | 133 | 46 |
| Binary | 1001 | 1101101 | 10111011 | 1011111 | 101010 | 0 | 11011 | 11001110 | 1011011 | 100110 |
Color Harmonies of #096DBB
Complementary color
Monochromatic Colors of #096DBB
Black with #096DBB
Text Example
Text Example
White with #096DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DBB; }
p { color: rgb(9,109,187); }
H1.HeaderClassName
{
color: #096DBB;
}
.AnyTagClassName
{
color: #096DBB;
}
</style>
background-color css
<style>
a { background-color: #096DBB; }
a { background-color: rgb(9,109,187); }
div.DivClassName
{
background-color: #096DBB;
}
.BgClassName
{
background-color: #096DBB;
}
</style>
border-color css
<style>
span { border-color: #096DBB; }
span { border-color: rgb(9,109,187); }
td.TdClassName
{
border-color: #096DBB;
}
.TagClassName
{
border-color: #096DBB;
}
</style>