Shades of Denim #095DB7
Tints of Denim #095DB7
RGB
CMYK
RGB Variations
Color information
#095DB7 (or 0x095DB7) is known color: Denim. HEX triplet: 09, 5D and B7. RGB value is (9,93,183). Sum of RGB (Red+Green+Blue) = 9+93+183=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 183 (71.88% from 255 or 64.21% from 285); Max value from RGB is 183 - color contains mainly: blue. Hex color #095DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DB7 is #F6A248. Grayscale: #4D4D4D. Windows color (decimal): -16163401 or 12016905. OLE color: 12016905.
HSL color Cylindrical-coordinate representation of color #095DB7: hue angle of 211.03º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095DB7 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 93 | 183 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.28 |
| HSL | 211.03º | 0.91% | 0.38% | - |
| HSV(B) | 211.03º | 0.95% | 0.72% | - |
| XYZ | 12.57 | 11.31 | 46.32 | - |
| YUV | 78.14 | 187.17 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 183 | 0.95 | 0.49 | 0 | 0.28 | 211.03 | 0.91 | 0.38 |
| Hex | 9 | 5D | B7 | 5F | 31 | 0 | 1C | D3 | 5B | 26 |
| Octal | 11 | 135 | 267 | 137 | 61 | 0 | 34 | 323 | 133 | 46 |
| Binary | 1001 | 1011101 | 10110111 | 1011111 | 110001 | 0 | 11100 | 11010011 | 1011011 | 100110 |
Color Harmonies of #095DB7
Complementary color
Monochromatic Colors of #095DB7
Black with #095DB7
Text Example
Text Example
White with #095DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DB7; }
p { color: rgb(9,93,183); }
H1.HeaderClassName
{
color: #095DB7;
}
.AnyTagClassName
{
color: #095DB7;
}
</style>
background-color css
<style>
a { background-color: #095DB7; }
a { background-color: rgb(9,93,183); }
div.DivClassName
{
background-color: #095DB7;
}
.BgClassName
{
background-color: #095DB7;
}
</style>
border-color css
<style>
span { border-color: #095DB7; }
span { border-color: rgb(9,93,183); }
td.TdClassName
{
border-color: #095DB7;
}
.TagClassName
{
border-color: #095DB7;
}
</style>