Shades of Denim #095DAF
Tints of Denim #095DAF
RGB
CMYK
RGB Variations
Color information
#095DAF (or 0x095DAF) is known color: Denim. HEX triplet: 09, 5D and AF. RGB value is (9,93,175). Sum of RGB (Red+Green+Blue) = 9+93+175=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #095DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DAF is #F6A250. Grayscale: #4C4C4C. Windows color (decimal): -16163409 or 11492617. OLE color: 11492617.
HSL color Cylindrical-coordinate representation of color #095DAF: hue angle of 209.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095DAF is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 93 | 175 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.31 |
| HSL | 209.64º | 0.9% | 0.36% | - |
| HSV(B) | 209.64º | 0.95% | 0.69% | - |
| XYZ | 11.76 | 10.98 | 42.06 | - |
| YUV | 77.23 | 183.17 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 175 | 0.95 | 0.47 | 0 | 0.31 | 209.64 | 0.9 | 0.36 |
| Hex | 9 | 5D | AF | 5F | 2F | 0 | 1F | D2 | 5A | 24 |
| Octal | 11 | 135 | 257 | 137 | 57 | 0 | 37 | 322 | 132 | 44 |
| Binary | 1001 | 1011101 | 10101111 | 1011111 | 101111 | 0 | 11111 | 11010010 | 1011010 | 100100 |
Color Harmonies of #095DAF
Complementary color
Monochromatic Colors of #095DAF
Black with #095DAF
Text Example
Text Example
White with #095DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DAF; }
p { color: rgb(9,93,175); }
H1.HeaderClassName
{
color: #095DAF;
}
.AnyTagClassName
{
color: #095DAF;
}
</style>
background-color css
<style>
a { background-color: #095DAF; }
a { background-color: rgb(9,93,175); }
div.DivClassName
{
background-color: #095DAF;
}
.BgClassName
{
background-color: #095DAF;
}
</style>
border-color css
<style>
span { border-color: #095DAF; }
span { border-color: rgb(9,93,175); }
td.TdClassName
{
border-color: #095DAF;
}
.TagClassName
{
border-color: #095DAF;
}
</style>