Shades of Denim #095DB4
Tints of Denim #095DB4
RGB
CMYK
RGB Variations
Color information
#095DB4 (or 0x095DB4) is known color: Denim. HEX triplet: 09, 5D and B4. RGB value is (9,93,180). Sum of RGB (Red+Green+Blue) = 9+93+180=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #095DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DB4 is #F6A24B. Grayscale: #4D4D4D. Windows color (decimal): -16163404 or 11820297. OLE color: 11820297.
HSL color Cylindrical-coordinate representation of color #095DB4: hue angle of 210.53º 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 #095DB4 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 93 | 180 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.29 |
| HSL | 210.53º | 0.9% | 0.37% | - |
| HSV(B) | 210.53º | 0.95% | 0.71% | - |
| XYZ | 12.27 | 11.18 | 44.69 | - |
| YUV | 77.8 | 185.67 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 180 | 0.95 | 0.48 | 0 | 0.29 | 210.53 | 0.9 | 0.37 |
| Hex | 9 | 5D | B4 | 5F | 30 | 0 | 1D | D3 | 5A | 25 |
| Octal | 11 | 135 | 264 | 137 | 60 | 0 | 35 | 323 | 132 | 45 |
| Binary | 1001 | 1011101 | 10110100 | 1011111 | 110000 | 0 | 11101 | 11010011 | 1011010 | 100101 |
Color Harmonies of #095DB4
Complementary color
Monochromatic Colors of #095DB4
Black with #095DB4
Text Example
Text Example
White with #095DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DB4; }
p { color: rgb(9,93,180); }
H1.HeaderClassName
{
color: #095DB4;
}
.AnyTagClassName
{
color: #095DB4;
}
</style>
background-color css
<style>
a { background-color: #095DB4; }
a { background-color: rgb(9,93,180); }
div.DivClassName
{
background-color: #095DB4;
}
.BgClassName
{
background-color: #095DB4;
}
</style>
border-color css
<style>
span { border-color: #095DB4; }
span { border-color: rgb(9,93,180); }
td.TdClassName
{
border-color: #095DB4;
}
.TagClassName
{
border-color: #095DB4;
}
</style>