Shades of Denim #095BBC
Tints of Denim #095BBC
RGB
CMYK
RGB Variations
Color information
#095BBC (or 0x095BBC) is known color: Denim. HEX triplet: 09, 5B and BC. RGB value is (9,91,188). Sum of RGB (Red+Green+Blue) = 9+91+188=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #095BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BBC is #F6A443. Grayscale: #4D4D4D. Windows color (decimal): -16163908 or 12344073. OLE color: 12344073.
HSL color Cylindrical-coordinate representation of color #095BBC: hue angle of 212.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 #095BBC is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 91 | 188 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.26 |
| HSL | 212.51º | 0.91% | 0.39% | - |
| HSV(B) | 212.51º | 0.95% | 0.74% | - |
| XYZ | 12.93 | 11.17 | 49.05 | - |
| YUV | 77.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 188 | 0.95 | 0.52 | 0 | 0.26 | 212.51 | 0.91 | 0.39 |
| Hex | 9 | 5B | BC | 5F | 34 | 0 | 1A | D5 | 5B | 27 |
| Octal | 11 | 133 | 274 | 137 | 64 | 0 | 32 | 325 | 133 | 47 |
| Binary | 1001 | 1011011 | 10111100 | 1011111 | 110100 | 0 | 11010 | 11010101 | 1011011 | 100111 |
Color Harmonies of #095BBC
Complementary color
Monochromatic Colors of #095BBC
Black with #095BBC
Text Example
Text Example
White with #095BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BBC; }
p { color: rgb(9,91,188); }
H1.HeaderClassName
{
color: #095BBC;
}
.AnyTagClassName
{
color: #095BBC;
}
</style>
background-color css
<style>
a { background-color: #095BBC; }
a { background-color: rgb(9,91,188); }
div.DivClassName
{
background-color: #095BBC;
}
.BgClassName
{
background-color: #095BBC;
}
</style>
border-color css
<style>
span { border-color: #095BBC; }
span { border-color: rgb(9,91,188); }
td.TdClassName
{
border-color: #095BBC;
}
.TagClassName
{
border-color: #095BBC;
}
</style>