Shades of Denim #095BBE
Tints of Denim #095BBE
RGB
CMYK
RGB Variations
Color information
#095BBE (or 0x095BBE) is known color: Denim. HEX triplet: 09, 5B and BE. RGB value is (9,91,190). Sum of RGB (Red+Green+Blue) = 9+91+190=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #095BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BBE is #F6A441. Grayscale: #4D4D4D. Windows color (decimal): -16163906 or 12475145. OLE color: 12475145.
HSL color Cylindrical-coordinate representation of color #095BBE: hue angle of 212.82º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BBE is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 91 | 190 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.25 |
| HSL | 212.82º | 0.91% | 0.39% | - |
| HSV(B) | 212.82º | 0.95% | 0.75% | - |
| XYZ | 13.15 | 11.26 | 50.2 | - |
| YUV | 77.77 | 191.33 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 190 | 0.95 | 0.52 | 0 | 0.25 | 212.82 | 0.91 | 0.39 |
| Hex | 9 | 5B | BE | 5F | 34 | 0 | 19 | D5 | 5B | 27 |
| Octal | 11 | 133 | 276 | 137 | 64 | 0 | 31 | 325 | 133 | 47 |
| Binary | 1001 | 1011011 | 10111110 | 1011111 | 110100 | 0 | 11001 | 11010101 | 1011011 | 100111 |
Color Harmonies of #095BBE
Complementary color
Monochromatic Colors of #095BBE
Black with #095BBE
Text Example
Text Example
White with #095BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BBE; }
p { color: rgb(9,91,190); }
H1.HeaderClassName
{
color: #095BBE;
}
.AnyTagClassName
{
color: #095BBE;
}
</style>
background-color css
<style>
a { background-color: #095BBE; }
a { background-color: rgb(9,91,190); }
div.DivClassName
{
background-color: #095BBE;
}
.BgClassName
{
background-color: #095BBE;
}
</style>
border-color css
<style>
span { border-color: #095BBE; }
span { border-color: rgb(9,91,190); }
td.TdClassName
{
border-color: #095BBE;
}
.TagClassName
{
border-color: #095BBE;
}
</style>