Shades of Denim #0951BB
Tints of Denim #0951BB
RGB
CMYK
RGB Variations
Color information
#0951BB (or 0x0951BB) is known color: Denim. HEX triplet: 09, 51 and BB. RGB value is (9,81,187). Sum of RGB (Red+Green+Blue) = 9+81+187=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #0951BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951BB is #F6AE44. Grayscale: #474747. Windows color (decimal): -16166469 or 12275977. OLE color: 12275977.
HSL color Cylindrical-coordinate representation of color #0951BB: hue angle of 215.73º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0951BB is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 81 | 187 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.27 |
| HSL | 215.73º | 0.91% | 0.38% | - |
| HSV(B) | 215.73º | 0.95% | 0.73% | - |
| XYZ | 12.02 | 9.53 | 48.22 | - |
| YUV | 71.56 | 193.15 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 187 | 0.95 | 0.57 | 0 | 0.27 | 215.73 | 0.91 | 0.38 |
| Hex | 9 | 51 | BB | 5F | 39 | 0 | 1B | D8 | 5B | 26 |
| Octal | 11 | 121 | 273 | 137 | 71 | 0 | 33 | 330 | 133 | 46 |
| Binary | 1001 | 1010001 | 10111011 | 1011111 | 111001 | 0 | 11011 | 11011000 | 1011011 | 100110 |
Color Harmonies of #0951BB
Complementary color
Monochromatic Colors of #0951BB
Black with #0951BB
Text Example
Text Example
White with #0951BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0951BB; }
p { color: rgb(9,81,187); }
H1.HeaderClassName
{
color: #0951BB;
}
.AnyTagClassName
{
color: #0951BB;
}
</style>
background-color css
<style>
a { background-color: #0951BB; }
a { background-color: rgb(9,81,187); }
div.DivClassName
{
background-color: #0951BB;
}
.BgClassName
{
background-color: #0951BB;
}
</style>
border-color css
<style>
span { border-color: #0951BB; }
span { border-color: rgb(9,81,187); }
td.TdClassName
{
border-color: #0951BB;
}
.TagClassName
{
border-color: #0951BB;
}
</style>