Shades of Denim #0969BD
Tints of Denim #0969BD
RGB
CMYK
RGB Variations
Color information
#0969BD (or 0x0969BD) is known color: Denim. HEX triplet: 09, 69 and BD. RGB value is (9,105,189). Sum of RGB (Red+Green+Blue) = 9+105+189=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #0969BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969BD is #F69642. Grayscale: #555555. Windows color (decimal): -16160323 or 12413193. OLE color: 12413193.
HSL color Cylindrical-coordinate representation of color #0969BD: hue angle of 208º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0969BD is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 105 | 189 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.26 |
| HSL | 208º | 0.91% | 0.39% | - |
| HSV(B) | 208º | 0.95% | 0.74% | - |
| XYZ | 14.35 | 13.84 | 50.06 | - |
| YUV | 85.87 | 186.2 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 189 | 0.95 | 0.44 | 0 | 0.26 | 208 | 0.91 | 0.39 |
| Hex | 9 | 69 | BD | 5F | 2C | 0 | 1A | D0 | 5B | 27 |
| Octal | 11 | 151 | 275 | 137 | 54 | 0 | 32 | 320 | 133 | 47 |
| Binary | 1001 | 1101001 | 10111101 | 1011111 | 101100 | 0 | 11010 | 11010000 | 1011011 | 100111 |
Color Harmonies of #0969BD
Complementary color
Monochromatic Colors of #0969BD
Black with #0969BD
Text Example
Text Example
White with #0969BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0969BD; }
p { color: rgb(9,105,189); }
H1.HeaderClassName
{
color: #0969BD;
}
.AnyTagClassName
{
color: #0969BD;
}
</style>
background-color css
<style>
a { background-color: #0969BD; }
a { background-color: rgb(9,105,189); }
div.DivClassName
{
background-color: #0969BD;
}
.BgClassName
{
background-color: #0969BD;
}
</style>
border-color css
<style>
span { border-color: #0969BD; }
span { border-color: rgb(9,105,189); }
td.TdClassName
{
border-color: #0969BD;
}
.TagClassName
{
border-color: #0969BD;
}
</style>