Shades of Denim #095EB8
Tints of Denim #095EB8
RGB
CMYK
RGB Variations
Color information
#095EB8 (or 0x095EB8) is known color: Denim. HEX triplet: 09, 5E and B8. RGB value is (9,94,184). Sum of RGB (Red+Green+Blue) = 9+94+184=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #095EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EB8 is #F6A147. Grayscale: #4E4E4E. Windows color (decimal): -16163144 or 12082697. OLE color: 12082697.
HSL color Cylindrical-coordinate representation of color #095EB8: hue angle of 210.86º 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 #095EB8 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 94 | 184 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.28 |
| HSL | 210.86º | 0.91% | 0.38% | - |
| HSV(B) | 210.86º | 0.95% | 0.72% | - |
| XYZ | 12.77 | 11.52 | 46.9 | - |
| YUV | 78.85 | 187.34 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 184 | 0.95 | 0.49 | 0 | 0.28 | 210.86 | 0.91 | 0.38 |
| Hex | 9 | 5E | B8 | 5F | 31 | 0 | 1C | D3 | 5B | 26 |
| Octal | 11 | 136 | 270 | 137 | 61 | 0 | 34 | 323 | 133 | 46 |
| Binary | 1001 | 1011110 | 10111000 | 1011111 | 110001 | 0 | 11100 | 11010011 | 1011011 | 100110 |
Color Harmonies of #095EB8
Complementary color
Monochromatic Colors of #095EB8
Black with #095EB8
Text Example
Text Example
White with #095EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EB8; }
p { color: rgb(9,94,184); }
H1.HeaderClassName
{
color: #095EB8;
}
.AnyTagClassName
{
color: #095EB8;
}
</style>
background-color css
<style>
a { background-color: #095EB8; }
a { background-color: rgb(9,94,184); }
div.DivClassName
{
background-color: #095EB8;
}
.BgClassName
{
background-color: #095EB8;
}
</style>
border-color css
<style>
span { border-color: #095EB8; }
span { border-color: rgb(9,94,184); }
td.TdClassName
{
border-color: #095EB8;
}
.TagClassName
{
border-color: #095EB8;
}
</style>