Shades of Denim #0964BE
Tints of Denim #0964BE
RGB
CMYK
RGB Variations
Color information
#0964BE (or 0x0964BE) is known color: Denim. HEX triplet: 09, 64 and BE. RGB value is (9,100,190). Sum of RGB (Red+Green+Blue) = 9+100+190=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #0964BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0964BE is #F69B41. Grayscale: #525252. Windows color (decimal): -16161602 or 12477449. OLE color: 12477449.
HSL color Cylindrical-coordinate representation of color #0964BE: hue angle of 209.83º 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 #0964BE is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 100 | 190 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.25 |
| HSL | 209.83º | 0.91% | 0.39% | - |
| HSV(B) | 209.83º | 0.95% | 0.75% | - |
| XYZ | 13.96 | 12.89 | 50.47 | - |
| YUV | 83.05 | 188.35 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 190 | 0.95 | 0.47 | 0 | 0.25 | 209.83 | 0.91 | 0.39 |
| Hex | 9 | 64 | BE | 5F | 2F | 0 | 19 | D2 | 5B | 27 |
| Octal | 11 | 144 | 276 | 137 | 57 | 0 | 31 | 322 | 133 | 47 |
| Binary | 1001 | 1100100 | 10111110 | 1011111 | 101111 | 0 | 11001 | 11010010 | 1011011 | 100111 |
Color Harmonies of #0964BE
Complementary color
Monochromatic Colors of #0964BE
Black with #0964BE
Text Example
Text Example
White with #0964BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0964BE; }
p { color: rgb(9,100,190); }
H1.HeaderClassName
{
color: #0964BE;
}
.AnyTagClassName
{
color: #0964BE;
}
</style>
background-color css
<style>
a { background-color: #0964BE; }
a { background-color: rgb(9,100,190); }
div.DivClassName
{
background-color: #0964BE;
}
.BgClassName
{
background-color: #0964BE;
}
</style>
border-color css
<style>
span { border-color: #0964BE; }
span { border-color: rgb(9,100,190); }
td.TdClassName
{
border-color: #0964BE;
}
.TagClassName
{
border-color: #0964BE;
}
</style>