Shades of Denim #0962BF
Tints of Denim #0962BF
RGB
CMYK
RGB Variations
Color information
#0962BF (or 0x0962BF) is known color: Denim. HEX triplet: 09, 62 and BF. RGB value is (9,98,191). Sum of RGB (Red+Green+Blue) = 9+98+191=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #0962BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962BF is #F69D40. Grayscale: #515151. Windows color (decimal): -16162113 or 12542473. OLE color: 12542473.
HSL color Cylindrical-coordinate representation of color #0962BF: hue angle of 210.66º 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 #0962BF is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 98 | 191 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.25 |
| HSL | 210.66º | 0.91% | 0.39% | - |
| HSV(B) | 210.66º | 0.95% | 0.75% | - |
| XYZ | 13.88 | 12.56 | 50.98 | - |
| YUV | 81.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 191 | 0.95 | 0.49 | 0 | 0.25 | 210.66 | 0.91 | 0.39 |
| Hex | 9 | 62 | BF | 5F | 31 | 0 | 19 | D3 | 5B | 27 |
| Octal | 11 | 142 | 277 | 137 | 61 | 0 | 31 | 323 | 133 | 47 |
| Binary | 1001 | 1100010 | 10111111 | 1011111 | 110001 | 0 | 11001 | 11010011 | 1011011 | 100111 |
Color Harmonies of #0962BF
Complementary color
Monochromatic Colors of #0962BF
Black with #0962BF
Text Example
Text Example
White with #0962BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0962BF; }
p { color: rgb(9,98,191); }
H1.HeaderClassName
{
color: #0962BF;
}
.AnyTagClassName
{
color: #0962BF;
}
</style>
background-color css
<style>
a { background-color: #0962BF; }
a { background-color: rgb(9,98,191); }
div.DivClassName
{
background-color: #0962BF;
}
.BgClassName
{
background-color: #0962BF;
}
</style>
border-color css
<style>
span { border-color: #0962BF; }
span { border-color: rgb(9,98,191); }
td.TdClassName
{
border-color: #0962BF;
}
.TagClassName
{
border-color: #0962BF;
}
</style>