Shades of Denim #096FBB
Tints of Denim #096FBB
RGB
CMYK
RGB Variations
Color information
#096FBB (or 0x096FBB) is known color: Denim. HEX triplet: 09, 6F and BB. RGB value is (9,111,187). Sum of RGB (Red+Green+Blue) = 9+111+187=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #096FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FBB is #F69044. Grayscale: #585858. Windows color (decimal): -16158789 or 12283657. OLE color: 12283657.
HSL color Cylindrical-coordinate representation of color #096FBB: hue angle of 205.62º 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 #096FBB is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 111 | 187 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.27 |
| HSL | 205.62º | 0.91% | 0.38% | - |
| HSV(B) | 205.62º | 0.95% | 0.73% | - |
| XYZ | 14.77 | 15.01 | 49.13 | - |
| YUV | 89.17 | 183.21 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 187 | 0.95 | 0.41 | 0 | 0.27 | 205.62 | 0.91 | 0.38 |
| Hex | 9 | 6F | BB | 5F | 29 | 0 | 1B | CE | 5B | 26 |
| Octal | 11 | 157 | 273 | 137 | 51 | 0 | 33 | 316 | 133 | 46 |
| Binary | 1001 | 1101111 | 10111011 | 1011111 | 101001 | 0 | 11011 | 11001110 | 1011011 | 100110 |
Color Harmonies of #096FBB
Complementary color
Monochromatic Colors of #096FBB
Black with #096FBB
Text Example
Text Example
White with #096FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FBB; }
p { color: rgb(9,111,187); }
H1.HeaderClassName
{
color: #096FBB;
}
.AnyTagClassName
{
color: #096FBB;
}
</style>
background-color css
<style>
a { background-color: #096FBB; }
a { background-color: rgb(9,111,187); }
div.DivClassName
{
background-color: #096FBB;
}
.BgClassName
{
background-color: #096FBB;
}
</style>
border-color css
<style>
span { border-color: #096FBB; }
span { border-color: rgb(9,111,187); }
td.TdClassName
{
border-color: #096FBB;
}
.TagClassName
{
border-color: #096FBB;
}
</style>