Shades of Denim #095FAC
Tints of Denim #095FAC
RGB
CMYK
RGB Variations
Color information
#095FAC (or 0x095FAC) is known color: Denim. HEX triplet: 09, 5F and AC. RGB value is (9,95,172). Sum of RGB (Red+Green+Blue) = 9+95+172=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #095FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FAC is #F6A053. Grayscale: #4D4D4D. Windows color (decimal): -16162900 or 11296521. OLE color: 11296521.
HSL color Cylindrical-coordinate representation of color #095FAC: hue angle of 208.34º 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 #095FAC is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 95 | 172 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.33 |
| HSL | 208.34º | 0.9% | 0.35% | - |
| HSV(B) | 208.34º | 0.95% | 0.67% | - |
| XYZ | 11.65 | 11.22 | 40.58 | - |
| YUV | 78.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 172 | 0.95 | 0.45 | 0 | 0.33 | 208.34 | 0.9 | 0.35 |
| Hex | 9 | 5F | AC | 5F | 2D | 0 | 21 | D0 | 5A | 23 |
| Octal | 11 | 137 | 254 | 137 | 55 | 0 | 41 | 320 | 132 | 43 |
| Binary | 1001 | 1011111 | 10101100 | 1011111 | 101101 | 0 | 100001 | 11010000 | 1011010 | 100011 |
Color Harmonies of #095FAC
Complementary color
Monochromatic Colors of #095FAC
Black with #095FAC
Text Example
Text Example
White with #095FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FAC; }
p { color: rgb(9,95,172); }
H1.HeaderClassName
{
color: #095FAC;
}
.AnyTagClassName
{
color: #095FAC;
}
</style>
background-color css
<style>
a { background-color: #095FAC; }
a { background-color: rgb(9,95,172); }
div.DivClassName
{
background-color: #095FAC;
}
.BgClassName
{
background-color: #095FAC;
}
</style>
border-color css
<style>
span { border-color: #095FAC; }
span { border-color: rgb(9,95,172); }
td.TdClassName
{
border-color: #095FAC;
}
.TagClassName
{
border-color: #095FAC;
}
</style>