Shades of Denim #095FB7
Tints of Denim #095FB7
RGB
CMYK
RGB Variations
Color information
#095FB7 (or 0x095FB7) is known color: Denim. HEX triplet: 09, 5F and B7. RGB value is (9,95,183). Sum of RGB (Red+Green+Blue) = 9+95+183=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 183 (71.88% from 255 or 63.76% from 287); Max value from RGB is 183 - color contains mainly: blue. Hex color #095FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FB7 is #F6A048. Grayscale: #4E4E4E. Windows color (decimal): -16162889 or 12017417. OLE color: 12017417.
HSL color Cylindrical-coordinate representation of color #095FB7: hue angle of 210.34º 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 #095FB7 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 95 | 183 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.28 |
| HSL | 210.34º | 0.91% | 0.38% | - |
| HSV(B) | 210.34º | 0.95% | 0.72% | - |
| XYZ | 12.75 | 11.66 | 46.38 | - |
| YUV | 79.32 | 186.51 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 183 | 0.95 | 0.48 | 0 | 0.28 | 210.34 | 0.91 | 0.38 |
| Hex | 9 | 5F | B7 | 5F | 30 | 0 | 1C | D2 | 5B | 26 |
| Octal | 11 | 137 | 267 | 137 | 60 | 0 | 34 | 322 | 133 | 46 |
| Binary | 1001 | 1011111 | 10110111 | 1011111 | 110000 | 0 | 11100 | 11010010 | 1011011 | 100110 |
Color Harmonies of #095FB7
Complementary color
Monochromatic Colors of #095FB7
Black with #095FB7
Text Example
Text Example
White with #095FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FB7; }
p { color: rgb(9,95,183); }
H1.HeaderClassName
{
color: #095FB7;
}
.AnyTagClassName
{
color: #095FB7;
}
</style>
background-color css
<style>
a { background-color: #095FB7; }
a { background-color: rgb(9,95,183); }
div.DivClassName
{
background-color: #095FB7;
}
.BgClassName
{
background-color: #095FB7;
}
</style>
border-color css
<style>
span { border-color: #095FB7; }
span { border-color: rgb(9,95,183); }
td.TdClassName
{
border-color: #095FB7;
}
.TagClassName
{
border-color: #095FB7;
}
</style>