Shades of Denim #095AB5
Tints of Denim #095AB5
RGB
CMYK
RGB Variations
Color information
#095AB5 (or 0x095AB5) is known color: Denim. HEX triplet: 09, 5A and B5. RGB value is (9,90,181). Sum of RGB (Red+Green+Blue) = 9+90+181=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #095AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AB5 is #F6A54A. Grayscale: #4B4B4B. Windows color (decimal): -16164171 or 11885065. OLE color: 11885065.
HSL color Cylindrical-coordinate representation of color #095AB5: hue angle of 211.74º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095AB5 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 90 | 181 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.29 |
| HSL | 211.74º | 0.91% | 0.37% | - |
| HSV(B) | 211.74º | 0.95% | 0.71% | - |
| XYZ | 12.11 | 10.71 | 45.14 | - |
| YUV | 76.16 | 187.16 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 181 | 0.95 | 0.50 | 0 | 0.29 | 211.74 | 0.91 | 0.37 |
| Hex | 9 | 5A | B5 | 5F | 32 | 0 | 1D | D4 | 5B | 25 |
| Octal | 11 | 132 | 265 | 137 | 62 | 0 | 35 | 324 | 133 | 45 |
| Binary | 1001 | 1011010 | 10110101 | 1011111 | 110010 | 0 | 11101 | 11010100 | 1011011 | 100101 |
Color Harmonies of #095AB5
Complementary color
Monochromatic Colors of #095AB5
Black with #095AB5
Text Example
Text Example
White with #095AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AB5; }
p { color: rgb(9,90,181); }
H1.HeaderClassName
{
color: #095AB5;
}
.AnyTagClassName
{
color: #095AB5;
}
</style>
background-color css
<style>
a { background-color: #095AB5; }
a { background-color: rgb(9,90,181); }
div.DivClassName
{
background-color: #095AB5;
}
.BgClassName
{
background-color: #095AB5;
}
</style>
border-color css
<style>
span { border-color: #095AB5; }
span { border-color: rgb(9,90,181); }
td.TdClassName
{
border-color: #095AB5;
}
.TagClassName
{
border-color: #095AB5;
}
</style>