Shades of Denim #095AB4
Tints of Denim #095AB4
RGB
CMYK
RGB Variations
Color information
#095AB4 (or 0x095AB4) is known color: Denim. HEX triplet: 09, 5A and B4. RGB value is (9,90,180). Sum of RGB (Red+Green+Blue) = 9+90+180=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #095AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AB4 is #F6A54B. Grayscale: #4B4B4B. Windows color (decimal): -16164172 or 11819529. OLE color: 11819529.
HSL color Cylindrical-coordinate representation of color #095AB4: hue angle of 211.58º degrees, saturation: 0.9, 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 #095AB4 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 90 | 180 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.29 |
| HSL | 211.58º | 0.9% | 0.37% | - |
| HSV(B) | 211.58º | 0.95% | 0.71% | - |
| XYZ | 12.01 | 10.67 | 44.61 | - |
| YUV | 76.04 | 186.66 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 180 | 0.95 | 0.50 | 0 | 0.29 | 211.58 | 0.9 | 0.37 |
| Hex | 9 | 5A | B4 | 5F | 32 | 0 | 1D | D4 | 5A | 25 |
| Octal | 11 | 132 | 264 | 137 | 62 | 0 | 35 | 324 | 132 | 45 |
| Binary | 1001 | 1011010 | 10110100 | 1011111 | 110010 | 0 | 11101 | 11010100 | 1011010 | 100101 |
Color Harmonies of #095AB4
Complementary color
Monochromatic Colors of #095AB4
Black with #095AB4
Text Example
Text Example
White with #095AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AB4; }
p { color: rgb(9,90,180); }
H1.HeaderClassName
{
color: #095AB4;
}
.AnyTagClassName
{
color: #095AB4;
}
</style>
background-color css
<style>
a { background-color: #095AB4; }
a { background-color: rgb(9,90,180); }
div.DivClassName
{
background-color: #095AB4;
}
.BgClassName
{
background-color: #095AB4;
}
</style>
border-color css
<style>
span { border-color: #095AB4; }
span { border-color: rgb(9,90,180); }
td.TdClassName
{
border-color: #095AB4;
}
.TagClassName
{
border-color: #095AB4;
}
</style>