Shades of Denim #0962BC
Tints of Denim #0962BC
RGB
CMYK
RGB Variations
Color information
#0962BC (or 0x0962BC) is known color: Denim. HEX triplet: 09, 62 and BC. RGB value is (9,98,188). Sum of RGB (Red+Green+Blue) = 9+98+188=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #0962BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962BC is #F69D43. Grayscale: #515151. Windows color (decimal): -16162116 or 12345865. OLE color: 12345865.
HSL color Cylindrical-coordinate representation of color #0962BC: hue angle of 210.17º 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 #0962BC is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 98 | 188 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.26 |
| HSL | 210.17º | 0.91% | 0.39% | - |
| HSV(B) | 210.17º | 0.95% | 0.74% | - |
| XYZ | 13.56 | 12.42 | 49.26 | - |
| YUV | 81.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 188 | 0.95 | 0.48 | 0 | 0.26 | 210.17 | 0.91 | 0.39 |
| Hex | 9 | 62 | BC | 5F | 30 | 0 | 1A | D2 | 5B | 27 |
| Octal | 11 | 142 | 274 | 137 | 60 | 0 | 32 | 322 | 133 | 47 |
| Binary | 1001 | 1100010 | 10111100 | 1011111 | 110000 | 0 | 11010 | 11010010 | 1011011 | 100111 |
Color Harmonies of #0962BC
Complementary color
Monochromatic Colors of #0962BC
Black with #0962BC
Text Example
Text Example
White with #0962BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0962BC; }
p { color: rgb(9,98,188); }
H1.HeaderClassName
{
color: #0962BC;
}
.AnyTagClassName
{
color: #0962BC;
}
</style>
background-color css
<style>
a { background-color: #0962BC; }
a { background-color: rgb(9,98,188); }
div.DivClassName
{
background-color: #0962BC;
}
.BgClassName
{
background-color: #0962BC;
}
</style>
border-color css
<style>
span { border-color: #0962BC; }
span { border-color: rgb(9,98,188); }
td.TdClassName
{
border-color: #0962BC;
}
.TagClassName
{
border-color: #0962BC;
}
</style>