Shades of Denim #095CAA
Tints of Denim #095CAA
RGB
CMYK
RGB Variations
Color information
#095CAA (or 0x095CAA) is known color: Denim. HEX triplet: 09, 5C and AA. RGB value is (9,92,170). Sum of RGB (Red+Green+Blue) = 9+92+170=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #095CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095CAA is #F6A355. Grayscale: #4B4B4B. Windows color (decimal): -16163670 or 11164681. OLE color: 11164681.
HSL color Cylindrical-coordinate representation of color #095CAA: hue angle of 209.07º 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 #095CAA is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 92 | 170 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.33 |
| HSL | 209.07º | 0.9% | 0.35% | - |
| HSV(B) | 209.07º | 0.95% | 0.67% | - |
| XYZ | 11.2 | 10.61 | 39.49 | - |
| YUV | 76.08 | 181 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 170 | 0.95 | 0.46 | 0 | 0.33 | 209.07 | 0.9 | 0.35 |
| Hex | 9 | 5C | AA | 5F | 2E | 0 | 21 | D1 | 5A | 23 |
| Octal | 11 | 134 | 252 | 137 | 56 | 0 | 41 | 321 | 132 | 43 |
| Binary | 1001 | 1011100 | 10101010 | 1011111 | 101110 | 0 | 100001 | 11010001 | 1011010 | 100011 |
Color Harmonies of #095CAA
Complementary color
Monochromatic Colors of #095CAA
Black with #095CAA
Text Example
Text Example
White with #095CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CAA; }
p { color: rgb(9,92,170); }
H1.HeaderClassName
{
color: #095CAA;
}
.AnyTagClassName
{
color: #095CAA;
}
</style>
background-color css
<style>
a { background-color: #095CAA; }
a { background-color: rgb(9,92,170); }
div.DivClassName
{
background-color: #095CAA;
}
.BgClassName
{
background-color: #095CAA;
}
</style>
border-color css
<style>
span { border-color: #095CAA; }
span { border-color: rgb(9,92,170); }
td.TdClassName
{
border-color: #095CAA;
}
.TagClassName
{
border-color: #095CAA;
}
</style>