Shades of Denim #095EBB
Tints of Denim #095EBB
RGB
CMYK
RGB Variations
Color information
#095EBB (or 0x095EBB) is known color: Denim. HEX triplet: 09, 5E and BB. RGB value is (9,94,187). Sum of RGB (Red+Green+Blue) = 9+94+187=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #095EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EBB is #F6A144. Grayscale: #4E4E4E. Windows color (decimal): -16163141 or 12279305. OLE color: 12279305.
HSL color Cylindrical-coordinate representation of color #095EBB: hue angle of 211.35º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EBB is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 94 | 187 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.27 |
| HSL | 211.35º | 0.91% | 0.38% | - |
| HSV(B) | 211.35º | 0.95% | 0.73% | - |
| XYZ | 13.09 | 11.65 | 48.57 | - |
| YUV | 79.19 | 188.84 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 187 | 0.95 | 0.50 | 0 | 0.27 | 211.35 | 0.91 | 0.38 |
| Hex | 9 | 5E | BB | 5F | 32 | 0 | 1B | D3 | 5B | 26 |
| Octal | 11 | 136 | 273 | 137 | 62 | 0 | 33 | 323 | 133 | 46 |
| Binary | 1001 | 1011110 | 10111011 | 1011111 | 110010 | 0 | 11011 | 11010011 | 1011011 | 100110 |
Color Harmonies of #095EBB
Complementary color
Monochromatic Colors of #095EBB
Black with #095EBB
Text Example
Text Example
White with #095EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EBB; }
p { color: rgb(9,94,187); }
H1.HeaderClassName
{
color: #095EBB;
}
.AnyTagClassName
{
color: #095EBB;
}
</style>
background-color css
<style>
a { background-color: #095EBB; }
a { background-color: rgb(9,94,187); }
div.DivClassName
{
background-color: #095EBB;
}
.BgClassName
{
background-color: #095EBB;
}
</style>
border-color css
<style>
span { border-color: #095EBB; }
span { border-color: rgb(9,94,187); }
td.TdClassName
{
border-color: #095EBB;
}
.TagClassName
{
border-color: #095EBB;
}
</style>