Shades of Denim #096AB4
Tints of Denim #096AB4
RGB
CMYK
RGB Variations
Color information
#096AB4 (or 0x096AB4) is known color: Denim. HEX triplet: 09, 6A and B4. RGB value is (9,106,180). Sum of RGB (Red+Green+Blue) = 9+106+180=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #096AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AB4 is #F6954B. Grayscale: #555555. Windows color (decimal): -16160076 or 11823625. OLE color: 11823625.
HSL color Cylindrical-coordinate representation of color #096AB4: hue angle of 205.96º degrees, saturation: 0.9, 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 #096AB4 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 106 | 180 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.29 |
| HSL | 205.96º | 0.9% | 0.37% | - |
| HSV(B) | 205.96º | 0.95% | 0.71% | - |
| XYZ | 13.5 | 13.66 | 45.11 | - |
| YUV | 85.43 | 181.36 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 180 | 0.95 | 0.41 | 0 | 0.29 | 205.96 | 0.9 | 0.37 |
| Hex | 9 | 6A | B4 | 5F | 29 | 0 | 1D | CE | 5A | 25 |
| Octal | 11 | 152 | 264 | 137 | 51 | 0 | 35 | 316 | 132 | 45 |
| Binary | 1001 | 1101010 | 10110100 | 1011111 | 101001 | 0 | 11101 | 11001110 | 1011010 | 100101 |
Color Harmonies of #096AB4
Complementary color
Monochromatic Colors of #096AB4
Black with #096AB4
Text Example
Text Example
White with #096AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096AB4; }
p { color: rgb(9,106,180); }
H1.HeaderClassName
{
color: #096AB4;
}
.AnyTagClassName
{
color: #096AB4;
}
</style>
background-color css
<style>
a { background-color: #096AB4; }
a { background-color: rgb(9,106,180); }
div.DivClassName
{
background-color: #096AB4;
}
.BgClassName
{
background-color: #096AB4;
}
</style>
border-color css
<style>
span { border-color: #096AB4; }
span { border-color: rgb(9,106,180); }
td.TdClassName
{
border-color: #096AB4;
}
.TagClassName
{
border-color: #096AB4;
}
</style>