Shades of Denim #096BBA
Tints of Denim #096BBA
RGB
CMYK
RGB Variations
Color information
#096BBA (or 0x096BBA) is known color: Denim. HEX triplet: 09, 6B and BA. RGB value is (9,107,186). Sum of RGB (Red+Green+Blue) = 9+107+186=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #096BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BBA is #F69445. Grayscale: #565656. Windows color (decimal): -16159814 or 12217097. OLE color: 12217097.
HSL color Cylindrical-coordinate representation of color #096BBA: hue angle of 206.78º 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 #096BBA is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 107 | 186 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.27 |
| HSL | 206.78º | 0.91% | 0.38% | - |
| HSV(B) | 206.78º | 0.95% | 0.73% | - |
| XYZ | 14.23 | 14.12 | 48.43 | - |
| YUV | 86.7 | 184.03 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 186 | 0.95 | 0.42 | 0 | 0.27 | 206.78 | 0.91 | 0.38 |
| Hex | 9 | 6B | BA | 5F | 2A | 0 | 1B | CF | 5B | 26 |
| Octal | 11 | 153 | 272 | 137 | 52 | 0 | 33 | 317 | 133 | 46 |
| Binary | 1001 | 1101011 | 10111010 | 1011111 | 101010 | 0 | 11011 | 11001111 | 1011011 | 100110 |
Color Harmonies of #096BBA
Complementary color
Monochromatic Colors of #096BBA
Black with #096BBA
Text Example
Text Example
White with #096BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BBA; }
p { color: rgb(9,107,186); }
H1.HeaderClassName
{
color: #096BBA;
}
.AnyTagClassName
{
color: #096BBA;
}
</style>
background-color css
<style>
a { background-color: #096BBA; }
a { background-color: rgb(9,107,186); }
div.DivClassName
{
background-color: #096BBA;
}
.BgClassName
{
background-color: #096BBA;
}
</style>
border-color css
<style>
span { border-color: #096BBA; }
span { border-color: rgb(9,107,186); }
td.TdClassName
{
border-color: #096BBA;
}
.TagClassName
{
border-color: #096BBA;
}
</style>