Shades of Denim #0950BE
Tints of Denim #0950BE
RGB
CMYK
RGB Variations
Color information
#0950BE (or 0x0950BE) is known color: Denim. HEX triplet: 09, 50 and BE. RGB value is (9,80,190). Sum of RGB (Red+Green+Blue) = 9+80+190=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0950BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950BE is #F6AF41. Grayscale: #464646. Windows color (decimal): -16166722 or 12472329. OLE color: 12472329.
HSL color Cylindrical-coordinate representation of color #0950BE: hue angle of 216.46º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0950BE is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 80 | 190 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.25 |
| HSL | 216.46º | 0.91% | 0.39% | - |
| HSV(B) | 216.46º | 0.95% | 0.75% | - |
| XYZ | 12.28 | 9.51 | 49.9 | - |
| YUV | 71.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 190 | 0.95 | 0.58 | 0 | 0.25 | 216.46 | 0.91 | 0.39 |
| Hex | 9 | 50 | BE | 5F | 3A | 0 | 19 | D8 | 5B | 27 |
| Octal | 11 | 120 | 276 | 137 | 72 | 0 | 31 | 330 | 133 | 47 |
| Binary | 1001 | 1010000 | 10111110 | 1011111 | 111010 | 0 | 11001 | 11011000 | 1011011 | 100111 |
Color Harmonies of #0950BE
Complementary color
Monochromatic Colors of #0950BE
Black with #0950BE
Text Example
Text Example
White with #0950BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950BE; }
p { color: rgb(9,80,190); }
H1.HeaderClassName
{
color: #0950BE;
}
.AnyTagClassName
{
color: #0950BE;
}
</style>
background-color css
<style>
a { background-color: #0950BE; }
a { background-color: rgb(9,80,190); }
div.DivClassName
{
background-color: #0950BE;
}
.BgClassName
{
background-color: #0950BE;
}
</style>
border-color css
<style>
span { border-color: #0950BE; }
span { border-color: rgb(9,80,190); }
td.TdClassName
{
border-color: #0950BE;
}
.TagClassName
{
border-color: #0950BE;
}
</style>