Shades of Denim #095FB2
Tints of Denim #095FB2
RGB
CMYK
RGB Variations
Color information
#095FB2 (or 0x095FB2) is known color: Denim. HEX triplet: 09, 5F and B2. RGB value is (9,95,178). Sum of RGB (Red+Green+Blue) = 9+95+178=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #095FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FB2 is #F6A04D. Grayscale: #4E4E4E. Windows color (decimal): -16162894 or 11689737. OLE color: 11689737.
HSL color Cylindrical-coordinate representation of color #095FB2: hue angle of 209.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095FB2 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 95 | 178 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.30 |
| HSL | 209.47º | 0.9% | 0.37% | - |
| HSV(B) | 209.47º | 0.95% | 0.7% | - |
| XYZ | 12.24 | 11.46 | 43.69 | - |
| YUV | 78.75 | 184.01 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 178 | 0.95 | 0.47 | 0 | 0.30 | 209.47 | 0.9 | 0.37 |
| Hex | 9 | 5F | B2 | 5F | 2F | 0 | 1E | D1 | 5A | 25 |
| Octal | 11 | 137 | 262 | 137 | 57 | 0 | 36 | 321 | 132 | 45 |
| Binary | 1001 | 1011111 | 10110010 | 1011111 | 101111 | 0 | 11110 | 11010001 | 1011010 | 100101 |
Color Harmonies of #095FB2
Complementary color
Monochromatic Colors of #095FB2
Black with #095FB2
Text Example
Text Example
White with #095FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FB2; }
p { color: rgb(9,95,178); }
H1.HeaderClassName
{
color: #095FB2;
}
.AnyTagClassName
{
color: #095FB2;
}
</style>
background-color css
<style>
a { background-color: #095FB2; }
a { background-color: rgb(9,95,178); }
div.DivClassName
{
background-color: #095FB2;
}
.BgClassName
{
background-color: #095FB2;
}
</style>
border-color css
<style>
span { border-color: #095FB2; }
span { border-color: rgb(9,95,178); }
td.TdClassName
{
border-color: #095FB2;
}
.TagClassName
{
border-color: #095FB2;
}
</style>