Shades of Denim #096DB3
Tints of Denim #096DB3
RGB
CMYK
RGB Variations
Color information
#096DB3 (or 0x096DB3) is known color: Denim. HEX triplet: 09, 6D and B3. RGB value is (9,109,179). Sum of RGB (Red+Green+Blue) = 9+109+179=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #096DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DB3 is #F6924C. Grayscale: #565656. Windows color (decimal): -16159309 or 11758857. OLE color: 11758857.
HSL color Cylindrical-coordinate representation of color #096DB3: hue angle of 204.71º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DB3 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 109 | 179 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.30 |
| HSL | 204.71º | 0.9% | 0.37% | - |
| HSV(B) | 204.71º | 0.95% | 0.7% | - |
| XYZ | 13.72 | 14.25 | 44.68 | - |
| YUV | 87.08 | 179.87 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 179 | 0.95 | 0.39 | 0 | 0.30 | 204.71 | 0.9 | 0.37 |
| Hex | 9 | 6D | B3 | 5F | 27 | 0 | 1E | CD | 5A | 25 |
| Octal | 11 | 155 | 263 | 137 | 47 | 0 | 36 | 315 | 132 | 45 |
| Binary | 1001 | 1101101 | 10110011 | 1011111 | 100111 | 0 | 11110 | 11001101 | 1011010 | 100101 |
Color Harmonies of #096DB3
Complementary color
Monochromatic Colors of #096DB3
Black with #096DB3
Text Example
Text Example
White with #096DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096DB3; }
p { color: rgb(9,109,179); }
H1.HeaderClassName
{
color: #096DB3;
}
.AnyTagClassName
{
color: #096DB3;
}
</style>
background-color css
<style>
a { background-color: #096DB3; }
a { background-color: rgb(9,109,179); }
div.DivClassName
{
background-color: #096DB3;
}
.BgClassName
{
background-color: #096DB3;
}
</style>
border-color css
<style>
span { border-color: #096DB3; }
span { border-color: rgb(9,109,179); }
td.TdClassName
{
border-color: #096DB3;
}
.TagClassName
{
border-color: #096DB3;
}
</style>