Shades of Denim #095ABE
Tints of Denim #095ABE
RGB
CMYK
RGB Variations
Color information
#095ABE (or 0x095ABE) is known color: Denim. HEX triplet: 09, 5A and BE. RGB value is (9,90,190). Sum of RGB (Red+Green+Blue) = 9+90+190=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #095ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ABE is #F6A541. Grayscale: #4C4C4C. Windows color (decimal): -16164162 or 12474889. OLE color: 12474889.
HSL color Cylindrical-coordinate representation of color #095ABE: hue angle of 213.15º 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 #095ABE is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 90 | 190 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.25 |
| HSL | 213.15º | 0.91% | 0.39% | - |
| HSV(B) | 213.15º | 0.95% | 0.75% | - |
| XYZ | 13.06 | 11.09 | 50.17 | - |
| YUV | 77.18 | 191.66 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 190 | 0.95 | 0.53 | 0 | 0.25 | 213.15 | 0.91 | 0.39 |
| Hex | 9 | 5A | BE | 5F | 35 | 0 | 19 | D5 | 5B | 27 |
| Octal | 11 | 132 | 276 | 137 | 65 | 0 | 31 | 325 | 133 | 47 |
| Binary | 1001 | 1011010 | 10111110 | 1011111 | 110101 | 0 | 11001 | 11010101 | 1011011 | 100111 |
Color Harmonies of #095ABE
Complementary color
Monochromatic Colors of #095ABE
Black with #095ABE
Text Example
Text Example
White with #095ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ABE; }
p { color: rgb(9,90,190); }
H1.HeaderClassName
{
color: #095ABE;
}
.AnyTagClassName
{
color: #095ABE;
}
</style>
background-color css
<style>
a { background-color: #095ABE; }
a { background-color: rgb(9,90,190); }
div.DivClassName
{
background-color: #095ABE;
}
.BgClassName
{
background-color: #095ABE;
}
</style>
border-color css
<style>
span { border-color: #095ABE; }
span { border-color: rgb(9,90,190); }
td.TdClassName
{
border-color: #095ABE;
}
.TagClassName
{
border-color: #095ABE;
}
</style>