Shades of Denim #095DAA
Tints of Denim #095DAA
RGB
CMYK
RGB Variations
Color information
#095DAA (or 0x095DAA) is known color: Denim. HEX triplet: 09, 5D and AA. RGB value is (9,93,170). Sum of RGB (Red+Green+Blue) = 9+93+170=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #095DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DAA is #F6A255. Grayscale: #4C4C4C. Windows color (decimal): -16163414 or 11164937. OLE color: 11164937.
HSL color Cylindrical-coordinate representation of color #095DAA: hue angle of 208.7º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095DAA is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 93 | 170 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.33 |
| HSL | 208.7º | 0.9% | 0.35% | - |
| HSV(B) | 208.7º | 0.95% | 0.67% | - |
| XYZ | 11.28 | 10.79 | 39.52 | - |
| YUV | 76.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 170 | 0.95 | 0.45 | 0 | 0.33 | 208.7 | 0.9 | 0.35 |
| Hex | 9 | 5D | AA | 5F | 2D | 0 | 21 | D1 | 5A | 23 |
| Octal | 11 | 135 | 252 | 137 | 55 | 0 | 41 | 321 | 132 | 43 |
| Binary | 1001 | 1011101 | 10101010 | 1011111 | 101101 | 0 | 100001 | 11010001 | 1011010 | 100011 |
Color Harmonies of #095DAA
Complementary color
Monochromatic Colors of #095DAA
Black with #095DAA
Text Example
Text Example
White with #095DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DAA; }
p { color: rgb(9,93,170); }
H1.HeaderClassName
{
color: #095DAA;
}
.AnyTagClassName
{
color: #095DAA;
}
</style>
background-color css
<style>
a { background-color: #095DAA; }
a { background-color: rgb(9,93,170); }
div.DivClassName
{
background-color: #095DAA;
}
.BgClassName
{
background-color: #095DAA;
}
</style>
border-color css
<style>
span { border-color: #095DAA; }
span { border-color: rgb(9,93,170); }
td.TdClassName
{
border-color: #095DAA;
}
.TagClassName
{
border-color: #095DAA;
}
</style>