Shades of Denim #0950C1
Tints of Denim #0950C1
RGB
CMYK
RGB Variations
Color information
#0950C1 (or 0x0950C1) is known color: Denim. HEX triplet: 09, 50 and C1. RGB value is (9,80,193). Sum of RGB (Red+Green+Blue) = 9+80+193=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #0950C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950C1 is #F6AF3E. Grayscale: #474747. Windows color (decimal): -16166719 or 12668937. OLE color: 12668937.
HSL color Cylindrical-coordinate representation of color #0950C1: hue angle of 216.85º 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 #0950C1 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 80 | 193 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.24 |
| HSL | 216.85º | 0.91% | 0.4% | - |
| HSV(B) | 216.85º | 0.95% | 0.76% | - |
| XYZ | 12.61 | 9.65 | 51.65 | - |
| YUV | 71.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 193 | 0.95 | 0.59 | 0 | 0.24 | 216.85 | 0.91 | 0.4 |
| Hex | 9 | 50 | C1 | 5F | 3B | 0 | 18 | D9 | 5B | 28 |
| Octal | 11 | 120 | 301 | 137 | 73 | 0 | 30 | 331 | 133 | 50 |
| Binary | 1001 | 1010000 | 11000001 | 1011111 | 111011 | 0 | 11000 | 11011001 | 1011011 | 101000 |
Color Harmonies of #0950C1
Complementary color
Monochromatic Colors of #0950C1
Black with #0950C1
Text Example
Text Example
White with #0950C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950C1; }
p { color: rgb(9,80,193); }
H1.HeaderClassName
{
color: #0950C1;
}
.AnyTagClassName
{
color: #0950C1;
}
</style>
background-color css
<style>
a { background-color: #0950C1; }
a { background-color: rgb(9,80,193); }
div.DivClassName
{
background-color: #0950C1;
}
.BgClassName
{
background-color: #0950C1;
}
</style>
border-color css
<style>
span { border-color: #0950C1; }
span { border-color: rgb(9,80,193); }
td.TdClassName
{
border-color: #0950C1;
}
.TagClassName
{
border-color: #0950C1;
}
</style>