Shades of Denim #095EAC
Tints of Denim #095EAC
RGB
CMYK
RGB Variations
Color information
#095EAC (or 0x095EAC) is known color: Denim. HEX triplet: 09, 5E and AC. RGB value is (9,94,172). Sum of RGB (Red+Green+Blue) = 9+94+172=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #095EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095EAC is #F6A153. Grayscale: #4D4D4D. Windows color (decimal): -16163156 or 11296265. OLE color: 11296265.
HSL color Cylindrical-coordinate representation of color #095EAC: hue angle of 208.71º 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 #095EAC is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 94 | 172 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.33 |
| HSL | 208.71º | 0.9% | 0.35% | - |
| HSV(B) | 208.71º | 0.95% | 0.67% | - |
| XYZ | 11.56 | 11.04 | 40.55 | - |
| YUV | 77.48 | 181.34 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 172 | 0.95 | 0.45 | 0 | 0.33 | 208.71 | 0.9 | 0.35 |
| Hex | 9 | 5E | AC | 5F | 2D | 0 | 21 | D1 | 5A | 23 |
| Octal | 11 | 136 | 254 | 137 | 55 | 0 | 41 | 321 | 132 | 43 |
| Binary | 1001 | 1011110 | 10101100 | 1011111 | 101101 | 0 | 100001 | 11010001 | 1011010 | 100011 |
Color Harmonies of #095EAC
Complementary color
Monochromatic Colors of #095EAC
Black with #095EAC
Text Example
Text Example
White with #095EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EAC; }
p { color: rgb(9,94,172); }
H1.HeaderClassName
{
color: #095EAC;
}
.AnyTagClassName
{
color: #095EAC;
}
</style>
background-color css
<style>
a { background-color: #095EAC; }
a { background-color: rgb(9,94,172); }
div.DivClassName
{
background-color: #095EAC;
}
.BgClassName
{
background-color: #095EAC;
}
</style>
border-color css
<style>
span { border-color: #095EAC; }
span { border-color: rgb(9,94,172); }
td.TdClassName
{
border-color: #095EAC;
}
.TagClassName
{
border-color: #095EAC;
}
</style>