Shades of Denim #095DAE
Tints of Denim #095DAE
RGB
CMYK
RGB Variations
Color information
#095DAE (or 0x095DAE) is known color: Denim. HEX triplet: 09, 5D and AE. RGB value is (9,93,174). Sum of RGB (Red+Green+Blue) = 9+93+174=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #095DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DAE is #F6A251. Grayscale: #4C4C4C. Windows color (decimal): -16163410 or 11427081. OLE color: 11427081.
HSL color Cylindrical-coordinate representation of color #095DAE: hue angle of 209.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095DAE is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 93 | 174 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.32 |
| HSL | 209.45º | 0.9% | 0.36% | - |
| HSV(B) | 209.45º | 0.95% | 0.68% | - |
| XYZ | 11.67 | 10.94 | 41.54 | - |
| YUV | 77.12 | 182.67 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 174 | 0.95 | 0.47 | 0 | 0.32 | 209.45 | 0.9 | 0.36 |
| Hex | 9 | 5D | AE | 5F | 2F | 0 | 20 | D1 | 5A | 24 |
| Octal | 11 | 135 | 256 | 137 | 57 | 0 | 40 | 321 | 132 | 44 |
| Binary | 1001 | 1011101 | 10101110 | 1011111 | 101111 | 0 | 100000 | 11010001 | 1011010 | 100100 |
Color Harmonies of #095DAE
Complementary color
Monochromatic Colors of #095DAE
Black with #095DAE
Text Example
Text Example
White with #095DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DAE; }
p { color: rgb(9,93,174); }
H1.HeaderClassName
{
color: #095DAE;
}
.AnyTagClassName
{
color: #095DAE;
}
</style>
background-color css
<style>
a { background-color: #095DAE; }
a { background-color: rgb(9,93,174); }
div.DivClassName
{
background-color: #095DAE;
}
.BgClassName
{
background-color: #095DAE;
}
</style>
border-color css
<style>
span { border-color: #095DAE; }
span { border-color: rgb(9,93,174); }
td.TdClassName
{
border-color: #095DAE;
}
.TagClassName
{
border-color: #095DAE;
}
</style>