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