Shades of Denim #095AB6
Tints of Denim #095AB6
RGB
CMYK
RGB Variations
Color information
#095AB6 (or 0x095AB6) is known color: Denim. HEX triplet: 09, 5A and B6. RGB value is (9,90,182). Sum of RGB (Red+Green+Blue) = 9+90+182=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #095AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AB6 is #F6A549. Grayscale: #4B4B4B. Windows color (decimal): -16164170 or 11950601. OLE color: 11950601.
HSL color Cylindrical-coordinate representation of color #095AB6: hue angle of 211.91º 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 #095AB6 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 90 | 182 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.29 |
| HSL | 211.91º | 0.91% | 0.37% | - |
| HSV(B) | 211.91º | 0.95% | 0.71% | - |
| XYZ | 12.21 | 10.75 | 45.69 | - |
| YUV | 76.27 | 187.66 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 182 | 0.95 | 0.51 | 0 | 0.29 | 211.91 | 0.91 | 0.37 |
| Hex | 9 | 5A | B6 | 5F | 33 | 0 | 1D | D4 | 5B | 25 |
| Octal | 11 | 132 | 266 | 137 | 63 | 0 | 35 | 324 | 133 | 45 |
| Binary | 1001 | 1011010 | 10110110 | 1011111 | 110011 | 0 | 11101 | 11010100 | 1011011 | 100101 |
Color Harmonies of #095AB6
Complementary color
Monochromatic Colors of #095AB6
Black with #095AB6
Text Example
Text Example
White with #095AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AB6; }
p { color: rgb(9,90,182); }
H1.HeaderClassName
{
color: #095AB6;
}
.AnyTagClassName
{
color: #095AB6;
}
</style>
background-color css
<style>
a { background-color: #095AB6; }
a { background-color: rgb(9,90,182); }
div.DivClassName
{
background-color: #095AB6;
}
.BgClassName
{
background-color: #095AB6;
}
</style>
border-color css
<style>
span { border-color: #095AB6; }
span { border-color: rgb(9,90,182); }
td.TdClassName
{
border-color: #095AB6;
}
.TagClassName
{
border-color: #095AB6;
}
</style>