Shades of Denim #0967AB
Tints of Denim #0967AB
RGB
CMYK
RGB Variations
Color information
#0967AB (or 0x0967AB) is known color: Denim. HEX triplet: 09, 67 and AB. RGB value is (9,103,171). Sum of RGB (Red+Green+Blue) = 9+103+171=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #0967AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0967AB is #F69854. Grayscale: #525252. Windows color (decimal): -16160853 or 11233033. OLE color: 11233033.
HSL color Cylindrical-coordinate representation of color #0967AB: hue angle of 205.19º 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 #0967AB is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 103 | 171 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.33 |
| HSL | 205.19º | 0.9% | 0.35% | - |
| HSV(B) | 205.19º | 0.95% | 0.67% | - |
| XYZ | 12.31 | 12.7 | 40.33 | - |
| YUV | 82.65 | 177.86 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 171 | 0.95 | 0.40 | 0 | 0.33 | 205.19 | 0.9 | 0.35 |
| Hex | 9 | 67 | AB | 5F | 28 | 0 | 21 | CD | 5A | 23 |
| Octal | 11 | 147 | 253 | 137 | 50 | 0 | 41 | 315 | 132 | 43 |
| Binary | 1001 | 1100111 | 10101011 | 1011111 | 101000 | 0 | 100001 | 11001101 | 1011010 | 100011 |
Color Harmonies of #0967AB
Complementary color
Monochromatic Colors of #0967AB
Black with #0967AB
Text Example
Text Example
White with #0967AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0967AB; }
p { color: rgb(9,103,171); }
H1.HeaderClassName
{
color: #0967AB;
}
.AnyTagClassName
{
color: #0967AB;
}
</style>
background-color css
<style>
a { background-color: #0967AB; }
a { background-color: rgb(9,103,171); }
div.DivClassName
{
background-color: #0967AB;
}
.BgClassName
{
background-color: #0967AB;
}
</style>
border-color css
<style>
span { border-color: #0967AB; }
span { border-color: rgb(9,103,171); }
td.TdClassName
{
border-color: #0967AB;
}
.TagClassName
{
border-color: #0967AB;
}
</style>