Shades of Denim #095DB3
Tints of Denim #095DB3
RGB
CMYK
RGB Variations
Color information
#095DB3 (or 0x095DB3) is known color: Denim. HEX triplet: 09, 5D and B3. RGB value is (9,93,179). Sum of RGB (Red+Green+Blue) = 9+93+179=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 179 (70.31% from 255 or 63.70% from 281); Max value from RGB is 179 - color contains mainly: blue. Hex color #095DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DB3 is #F6A24C. Grayscale: #4D4D4D. Windows color (decimal): -16163405 or 11754761. OLE color: 11754761.
HSL color Cylindrical-coordinate representation of color #095DB3: hue angle of 210.35º 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 #095DB3 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 93 | 179 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.30 |
| HSL | 210.35º | 0.9% | 0.37% | - |
| HSV(B) | 210.35º | 0.95% | 0.7% | - |
| XYZ | 12.16 | 11.14 | 44.16 | - |
| YUV | 77.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 179 | 0.95 | 0.48 | 0 | 0.30 | 210.35 | 0.9 | 0.37 |
| Hex | 9 | 5D | B3 | 5F | 30 | 0 | 1E | D2 | 5A | 25 |
| Octal | 11 | 135 | 263 | 137 | 60 | 0 | 36 | 322 | 132 | 45 |
| Binary | 1001 | 1011101 | 10110011 | 1011111 | 110000 | 0 | 11110 | 11010010 | 1011010 | 100101 |
Color Harmonies of #095DB3
Complementary color
Monochromatic Colors of #095DB3
Black with #095DB3
Text Example
Text Example
White with #095DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DB3; }
p { color: rgb(9,93,179); }
H1.HeaderClassName
{
color: #095DB3;
}
.AnyTagClassName
{
color: #095DB3;
}
</style>
background-color css
<style>
a { background-color: #095DB3; }
a { background-color: rgb(9,93,179); }
div.DivClassName
{
background-color: #095DB3;
}
.BgClassName
{
background-color: #095DB3;
}
</style>
border-color css
<style>
span { border-color: #095DB3; }
span { border-color: rgb(9,93,179); }
td.TdClassName
{
border-color: #095DB3;
}
.TagClassName
{
border-color: #095DB3;
}
</style>