Shades of Denim #095EBC
Tints of Denim #095EBC
RGB
CMYK
RGB Variations
Color information
#095EBC (or 0x095EBC) is known color: Denim. HEX triplet: 09, 5E and BC. RGB value is (9,94,188). Sum of RGB (Red+Green+Blue) = 9+94+188=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #095EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EBC is #F6A143. Grayscale: #4E4E4E. Windows color (decimal): -16163140 or 12344841. OLE color: 12344841.
HSL color Cylindrical-coordinate representation of color #095EBC: hue angle of 211.51º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EBC is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 94 | 188 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.26 |
| HSL | 211.51º | 0.91% | 0.39% | - |
| HSV(B) | 211.51º | 0.95% | 0.74% | - |
| XYZ | 13.19 | 11.69 | 49.14 | - |
| YUV | 79.3 | 189.34 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 188 | 0.95 | 0.50 | 0 | 0.26 | 211.51 | 0.91 | 0.39 |
| Hex | 9 | 5E | BC | 5F | 32 | 0 | 1A | D4 | 5B | 27 |
| Octal | 11 | 136 | 274 | 137 | 62 | 0 | 32 | 324 | 133 | 47 |
| Binary | 1001 | 1011110 | 10111100 | 1011111 | 110010 | 0 | 11010 | 11010100 | 1011011 | 100111 |
Color Harmonies of #095EBC
Complementary color
Monochromatic Colors of #095EBC
Black with #095EBC
Text Example
Text Example
White with #095EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EBC; }
p { color: rgb(9,94,188); }
H1.HeaderClassName
{
color: #095EBC;
}
.AnyTagClassName
{
color: #095EBC;
}
</style>
background-color css
<style>
a { background-color: #095EBC; }
a { background-color: rgb(9,94,188); }
div.DivClassName
{
background-color: #095EBC;
}
.BgClassName
{
background-color: #095EBC;
}
</style>
border-color css
<style>
span { border-color: #095EBC; }
span { border-color: rgb(9,94,188); }
td.TdClassName
{
border-color: #095EBC;
}
.TagClassName
{
border-color: #095EBC;
}
</style>