Shades of Denim #095ABB
Tints of Denim #095ABB
RGB
CMYK
RGB Variations
Color information
#095ABB (or 0x095ABB) is known color: Denim. HEX triplet: 09, 5A and BB. RGB value is (9,90,187). Sum of RGB (Red+Green+Blue) = 9+90+187=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #095ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ABB is #F6A544. Grayscale: #4C4C4C. Windows color (decimal): -16164165 or 12278281. OLE color: 12278281.
HSL color Cylindrical-coordinate representation of color #095ABB: hue angle of 212.7º 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 #095ABB is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 90 | 187 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.27 |
| HSL | 212.7º | 0.91% | 0.38% | - |
| HSV(B) | 212.7º | 0.95% | 0.73% | - |
| XYZ | 12.74 | 10.96 | 48.46 | - |
| YUV | 76.84 | 190.16 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 187 | 0.95 | 0.52 | 0 | 0.27 | 212.7 | 0.91 | 0.38 |
| Hex | 9 | 5A | BB | 5F | 34 | 0 | 1B | D5 | 5B | 26 |
| Octal | 11 | 132 | 273 | 137 | 64 | 0 | 33 | 325 | 133 | 46 |
| Binary | 1001 | 1011010 | 10111011 | 1011111 | 110100 | 0 | 11011 | 11010101 | 1011011 | 100110 |
Color Harmonies of #095ABB
Complementary color
Monochromatic Colors of #095ABB
Black with #095ABB
Text Example
Text Example
White with #095ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ABB; }
p { color: rgb(9,90,187); }
H1.HeaderClassName
{
color: #095ABB;
}
.AnyTagClassName
{
color: #095ABB;
}
</style>
background-color css
<style>
a { background-color: #095ABB; }
a { background-color: rgb(9,90,187); }
div.DivClassName
{
background-color: #095ABB;
}
.BgClassName
{
background-color: #095ABB;
}
</style>
border-color css
<style>
span { border-color: #095ABB; }
span { border-color: rgb(9,90,187); }
td.TdClassName
{
border-color: #095ABB;
}
.TagClassName
{
border-color: #095ABB;
}
</style>