Shades of Denim #096DB5
Tints of Denim #096DB5
RGB
CMYK
RGB Variations
Color information
#096DB5 (or 0x096DB5) is known color: Denim. HEX triplet: 09, 6D and B5. RGB value is (9,109,181). Sum of RGB (Red+Green+Blue) = 9+109+181=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #096DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DB5 is #F6924A. Grayscale: #565656. Windows color (decimal): -16159307 or 11889929. OLE color: 11889929.
HSL color Cylindrical-coordinate representation of color #096DB5: hue angle of 205.12º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DB5 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 109 | 181 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.29 |
| HSL | 205.12º | 0.91% | 0.37% | - |
| HSV(B) | 205.12º | 0.95% | 0.71% | - |
| XYZ | 13.92 | 14.33 | 45.75 | - |
| YUV | 87.31 | 180.87 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 181 | 0.95 | 0.40 | 0 | 0.29 | 205.12 | 0.91 | 0.37 |
| Hex | 9 | 6D | B5 | 5F | 28 | 0 | 1D | CD | 5B | 25 |
| Octal | 11 | 155 | 265 | 137 | 50 | 0 | 35 | 315 | 133 | 45 |
| Binary | 1001 | 1101101 | 10110101 | 1011111 | 101000 | 0 | 11101 | 11001101 | 1011011 | 100101 |
Color Harmonies of #096DB5
Complementary color
Monochromatic Colors of #096DB5
Black with #096DB5
Text Example
Text Example
White with #096DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DB5; }
p { color: rgb(9,109,181); }
H1.HeaderClassName
{
color: #096DB5;
}
.AnyTagClassName
{
color: #096DB5;
}
</style>
background-color css
<style>
a { background-color: #096DB5; }
a { background-color: rgb(9,109,181); }
div.DivClassName
{
background-color: #096DB5;
}
.BgClassName
{
background-color: #096DB5;
}
</style>
border-color css
<style>
span { border-color: #096DB5; }
span { border-color: rgb(9,109,181); }
td.TdClassName
{
border-color: #096DB5;
}
.TagClassName
{
border-color: #096DB5;
}
</style>