Shades of Denim #0963AB
Tints of Denim #0963AB
RGB
CMYK
RGB Variations
Color information
#0963AB (or 0x0963AB) is known color: Denim. HEX triplet: 09, 63 and AB. RGB value is (9,99,171). Sum of RGB (Red+Green+Blue) = 9+99+171=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #0963AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0963AB is #F69C54. Grayscale: #4F4F4F. Windows color (decimal): -16161877 or 11232009. OLE color: 11232009.
HSL color Cylindrical-coordinate representation of color #0963AB: hue angle of 206.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0963AB is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 99 | 171 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.33 |
| HSL | 206.67º | 0.9% | 0.35% | - |
| HSV(B) | 206.67º | 0.95% | 0.67% | - |
| XYZ | 11.93 | 11.92 | 40.2 | - |
| YUV | 80.3 | 179.18 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 171 | 0.95 | 0.42 | 0 | 0.33 | 206.67 | 0.9 | 0.35 |
| Hex | 9 | 63 | AB | 5F | 2A | 0 | 21 | CF | 5A | 23 |
| Octal | 11 | 143 | 253 | 137 | 52 | 0 | 41 | 317 | 132 | 43 |
| Binary | 1001 | 1100011 | 10101011 | 1011111 | 101010 | 0 | 100001 | 11001111 | 1011010 | 100011 |
Color Harmonies of #0963AB
Complementary color
Monochromatic Colors of #0963AB
Black with #0963AB
Text Example
Text Example
White with #0963AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0963AB; }
p { color: rgb(9,99,171); }
H1.HeaderClassName
{
color: #0963AB;
}
.AnyTagClassName
{
color: #0963AB;
}
</style>
background-color css
<style>
a { background-color: #0963AB; }
a { background-color: rgb(9,99,171); }
div.DivClassName
{
background-color: #0963AB;
}
.BgClassName
{
background-color: #0963AB;
}
</style>
border-color css
<style>
span { border-color: #0963AB; }
span { border-color: rgb(9,99,171); }
td.TdClassName
{
border-color: #0963AB;
}
.TagClassName
{
border-color: #0963AB;
}
</style>