Shades of Denim #095EC1
Tints of Denim #095EC1
RGB
CMYK
RGB Variations
Color information
#095EC1 (or 0x095EC1) is known color: Denim. HEX triplet: 09, 5E and C1. RGB value is (9,94,193). Sum of RGB (Red+Green+Blue) = 9+94+193=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #095EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EC1 is #F6A13E. Grayscale: #4F4F4F. Windows color (decimal): -16163135 or 12672521. OLE color: 12672521.
HSL color Cylindrical-coordinate representation of color #095EC1: hue angle of 212.28º 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 #095EC1 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 94 | 193 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.24 |
| HSL | 212.28º | 0.91% | 0.4% | - |
| HSV(B) | 212.28º | 0.95% | 0.76% | - |
| XYZ | 13.74 | 11.91 | 52.03 | - |
| YUV | 79.87 | 191.84 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 193 | 0.95 | 0.51 | 0 | 0.24 | 212.28 | 0.91 | 0.4 |
| Hex | 9 | 5E | C1 | 5F | 33 | 0 | 18 | D4 | 5B | 28 |
| Octal | 11 | 136 | 301 | 137 | 63 | 0 | 30 | 324 | 133 | 50 |
| Binary | 1001 | 1011110 | 11000001 | 1011111 | 110011 | 0 | 11000 | 11010100 | 1011011 | 101000 |
Color Harmonies of #095EC1
Complementary color
Monochromatic Colors of #095EC1
Black with #095EC1
Text Example
Text Example
White with #095EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EC1; }
p { color: rgb(9,94,193); }
H1.HeaderClassName
{
color: #095EC1;
}
.AnyTagClassName
{
color: #095EC1;
}
</style>
background-color css
<style>
a { background-color: #095EC1; }
a { background-color: rgb(9,94,193); }
div.DivClassName
{
background-color: #095EC1;
}
.BgClassName
{
background-color: #095EC1;
}
</style>
border-color css
<style>
span { border-color: #095EC1; }
span { border-color: rgb(9,94,193); }
td.TdClassName
{
border-color: #095EC1;
}
.TagClassName
{
border-color: #095EC1;
}
</style>