Shades of Denim #095DC2
Tints of Denim #095DC2
RGB
CMYK
RGB Variations
Color information
#095DC2 (or 0x095DC2) is known color: Denim. HEX triplet: 09, 5D and C2. RGB value is (9,93,194). Sum of RGB (Red+Green+Blue) = 9+93+194=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 194 (76.17% from 255 or 65.54% from 296); Max value from RGB is 194 - color contains mainly: blue. Hex color #095DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DC2 is #F6A23D. Grayscale: #4E4E4E. Windows color (decimal): -16163390 or 12737801. OLE color: 12737801.
HSL color Cylindrical-coordinate representation of color #095DC2: hue angle of 212.76º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095DC2 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 93 | 194 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.24 |
| HSL | 212.76º | 0.91% | 0.4% | - |
| HSV(B) | 212.76º | 0.95% | 0.76% | - |
| XYZ | 13.76 | 11.78 | 52.59 | - |
| YUV | 79.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 194 | 0.95 | 0.52 | 0 | 0.24 | 212.76 | 0.91 | 0.4 |
| Hex | 9 | 5D | C2 | 5F | 34 | 0 | 18 | D5 | 5B | 28 |
| Octal | 11 | 135 | 302 | 137 | 64 | 0 | 30 | 325 | 133 | 50 |
| Binary | 1001 | 1011101 | 11000010 | 1011111 | 110100 | 0 | 11000 | 11010101 | 1011011 | 101000 |
Color Harmonies of #095DC2
Complementary color
Monochromatic Colors of #095DC2
Black with #095DC2
Text Example
Text Example
White with #095DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DC2; }
p { color: rgb(9,93,194); }
H1.HeaderClassName
{
color: #095DC2;
}
.AnyTagClassName
{
color: #095DC2;
}
</style>
background-color css
<style>
a { background-color: #095DC2; }
a { background-color: rgb(9,93,194); }
div.DivClassName
{
background-color: #095DC2;
}
.BgClassName
{
background-color: #095DC2;
}
</style>
border-color css
<style>
span { border-color: #095DC2; }
span { border-color: rgb(9,93,194); }
td.TdClassName
{
border-color: #095DC2;
}
.TagClassName
{
border-color: #095DC2;
}
</style>