Shades of Denim #095AB3
Tints of Denim #095AB3
RGB
CMYK
RGB Variations
Color information
#095AB3 (or 0x095AB3) is known color: Denim. HEX triplet: 09, 5A and B3. RGB value is (9,90,179). Sum of RGB (Red+Green+Blue) = 9+90+179=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #095AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095AB3 is #F6A54C. Grayscale: #4B4B4B. Windows color (decimal): -16164173 or 11753993. OLE color: 11753993.
HSL color Cylindrical-coordinate representation of color #095AB3: hue angle of 211.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095AB3 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 90 | 179 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.30 |
| HSL | 211.41º | 0.9% | 0.37% | - |
| HSV(B) | 211.41º | 0.95% | 0.7% | - |
| XYZ | 11.91 | 10.63 | 44.07 | - |
| YUV | 75.93 | 186.16 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 179 | 0.95 | 0.50 | 0 | 0.30 | 211.41 | 0.9 | 0.37 |
| Hex | 9 | 5A | B3 | 5F | 32 | 0 | 1E | D3 | 5A | 25 |
| Octal | 11 | 132 | 263 | 137 | 62 | 0 | 36 | 323 | 132 | 45 |
| Binary | 1001 | 1011010 | 10110011 | 1011111 | 110010 | 0 | 11110 | 11010011 | 1011010 | 100101 |
Color Harmonies of #095AB3
Complementary color
Monochromatic Colors of #095AB3
Black with #095AB3
Text Example
Text Example
White with #095AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095AB3; }
p { color: rgb(9,90,179); }
H1.HeaderClassName
{
color: #095AB3;
}
.AnyTagClassName
{
color: #095AB3;
}
</style>
background-color css
<style>
a { background-color: #095AB3; }
a { background-color: rgb(9,90,179); }
div.DivClassName
{
background-color: #095AB3;
}
.BgClassName
{
background-color: #095AB3;
}
</style>
border-color css
<style>
span { border-color: #095AB3; }
span { border-color: rgb(9,90,179); }
td.TdClassName
{
border-color: #095AB3;
}
.TagClassName
{
border-color: #095AB3;
}
</style>