Shades of Denim #095FB1
Tints of Denim #095FB1
RGB
CMYK
RGB Variations
Color information
#095FB1 (or 0x095FB1) is known color: Denim. HEX triplet: 09, 5F and B1. RGB value is (9,95,177). Sum of RGB (Red+Green+Blue) = 9+95+177=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #095FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FB1 is #F6A04E. Grayscale: #4E4E4E. Windows color (decimal): -16162895 or 11624201. OLE color: 11624201.
HSL color Cylindrical-coordinate representation of color #095FB1: hue angle of 209.29º 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 #095FB1 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 95 | 177 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.31 |
| HSL | 209.29º | 0.9% | 0.36% | - |
| HSV(B) | 209.29º | 0.95% | 0.69% | - |
| XYZ | 12.14 | 11.42 | 43.16 | - |
| YUV | 78.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 177 | 0.95 | 0.46 | 0 | 0.31 | 209.29 | 0.9 | 0.36 |
| Hex | 9 | 5F | B1 | 5F | 2E | 0 | 1F | D1 | 5A | 24 |
| Octal | 11 | 137 | 261 | 137 | 56 | 0 | 37 | 321 | 132 | 44 |
| Binary | 1001 | 1011111 | 10110001 | 1011111 | 101110 | 0 | 11111 | 11010001 | 1011010 | 100100 |
Color Harmonies of #095FB1
Complementary color
Monochromatic Colors of #095FB1
Black with #095FB1
Text Example
Text Example
White with #095FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FB1; }
p { color: rgb(9,95,177); }
H1.HeaderClassName
{
color: #095FB1;
}
.AnyTagClassName
{
color: #095FB1;
}
</style>
background-color css
<style>
a { background-color: #095FB1; }
a { background-color: rgb(9,95,177); }
div.DivClassName
{
background-color: #095FB1;
}
.BgClassName
{
background-color: #095FB1;
}
</style>
border-color css
<style>
span { border-color: #095FB1; }
span { border-color: rgb(9,95,177); }
td.TdClassName
{
border-color: #095FB1;
}
.TagClassName
{
border-color: #095FB1;
}
</style>