Shades of Denim #095DB0
Tints of Denim #095DB0
RGB
CMYK
RGB Variations
Color information
#095DB0 (or 0x095DB0) is known color: Denim. HEX triplet: 09, 5D and B0. RGB value is (9,93,176). Sum of RGB (Red+Green+Blue) = 9+93+176=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 176 (69.14% from 255 or 63.31% from 278); Max value from RGB is 176 - color contains mainly: blue. Hex color #095DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DB0 is #F6A24F. Grayscale: #4C4C4C. Windows color (decimal): -16163408 or 11558153. OLE color: 11558153.
HSL color Cylindrical-coordinate representation of color #095DB0: hue angle of 209.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095DB0 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 93 | 176 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.31 |
| HSL | 209.82º | 0.9% | 0.36% | - |
| HSV(B) | 209.82º | 0.95% | 0.69% | - |
| XYZ | 11.86 | 11.02 | 42.58 | - |
| YUV | 77.35 | 183.67 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 176 | 0.95 | 0.47 | 0 | 0.31 | 209.82 | 0.9 | 0.36 |
| Hex | 9 | 5D | B0 | 5F | 2F | 0 | 1F | D2 | 5A | 24 |
| Octal | 11 | 135 | 260 | 137 | 57 | 0 | 37 | 322 | 132 | 44 |
| Binary | 1001 | 1011101 | 10110000 | 1011111 | 101111 | 0 | 11111 | 11010010 | 1011010 | 100100 |
Color Harmonies of #095DB0
Complementary color
Monochromatic Colors of #095DB0
Black with #095DB0
Text Example
Text Example
White with #095DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DB0; }
p { color: rgb(9,93,176); }
H1.HeaderClassName
{
color: #095DB0;
}
.AnyTagClassName
{
color: #095DB0;
}
</style>
background-color css
<style>
a { background-color: #095DB0; }
a { background-color: rgb(9,93,176); }
div.DivClassName
{
background-color: #095DB0;
}
.BgClassName
{
background-color: #095DB0;
}
</style>
border-color css
<style>
span { border-color: #095DB0; }
span { border-color: rgb(9,93,176); }
td.TdClassName
{
border-color: #095DB0;
}
.TagClassName
{
border-color: #095DB0;
}
</style>