Shades of Denim #0968BF
Tints of Denim #0968BF
RGB
CMYK
RGB Variations
Color information
#0968BF (or 0x0968BF) is known color: Denim. HEX triplet: 09, 68 and BF. RGB value is (9,104,191). Sum of RGB (Red+Green+Blue) = 9+104+191=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #0968BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968BF is #F69740. Grayscale: #555555. Windows color (decimal): -16160577 or 12544009. OLE color: 12544009.
HSL color Cylindrical-coordinate representation of color #0968BF: hue angle of 208.68º 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 #0968BF is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 104 | 191 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.25 |
| HSL | 208.68º | 0.91% | 0.39% | - |
| HSV(B) | 208.68º | 0.95% | 0.75% | - |
| XYZ | 14.47 | 13.72 | 51.18 | - |
| YUV | 85.51 | 187.53 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 191 | 0.95 | 0.46 | 0 | 0.25 | 208.68 | 0.91 | 0.39 |
| Hex | 9 | 68 | BF | 5F | 2E | 0 | 19 | D1 | 5B | 27 |
| Octal | 11 | 150 | 277 | 137 | 56 | 0 | 31 | 321 | 133 | 47 |
| Binary | 1001 | 1101000 | 10111111 | 1011111 | 101110 | 0 | 11001 | 11010001 | 1011011 | 100111 |
Color Harmonies of #0968BF
Complementary color
Monochromatic Colors of #0968BF
Black with #0968BF
Text Example
Text Example
White with #0968BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0968BF; }
p { color: rgb(9,104,191); }
H1.HeaderClassName
{
color: #0968BF;
}
.AnyTagClassName
{
color: #0968BF;
}
</style>
background-color css
<style>
a { background-color: #0968BF; }
a { background-color: rgb(9,104,191); }
div.DivClassName
{
background-color: #0968BF;
}
.BgClassName
{
background-color: #0968BF;
}
</style>
border-color css
<style>
span { border-color: #0968BF; }
span { border-color: rgb(9,104,191); }
td.TdClassName
{
border-color: #0968BF;
}
.TagClassName
{
border-color: #0968BF;
}
</style>