Shades of Denim #0B65AC
Tints of Denim #0B65AC
RGB
CMYK
RGB Variations
Color information
#0B65AC (or 0x0B65AC) is known color: Denim. HEX triplet: 0B, 65 and AC. RGB value is (11,101,172). Sum of RGB (Red+Green+Blue) = 11+101+172=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B65AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B65AC is #F49A53. Grayscale: #515151. Windows color (decimal): -16030292 or 11298059. OLE color: 11298059.
HSL color Cylindrical-coordinate representation of color #0B65AC: hue angle of 206.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B65AC is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 101 | 172 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.33 |
| HSL | 206.46º | 0.88% | 0.36% | - |
| HSV(B) | 206.46º | 0.94% | 0.67% | - |
| XYZ | 12.24 | 12.36 | 40.77 | - |
| YUV | 82.18 | 178.68 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 172 | 0.94 | 0.41 | 0 | 0.33 | 206.46 | 0.88 | 0.36 |
| Hex | B | 65 | AC | 5E | 29 | 0 | 21 | CE | 58 | 24 |
| Octal | 13 | 145 | 254 | 136 | 51 | 0 | 41 | 316 | 130 | 44 |
| Binary | 1011 | 1100101 | 10101100 | 1011110 | 101001 | 0 | 100001 | 11001110 | 1011000 | 100100 |
Color Harmonies of #0B65AC
Complementary color
Monochromatic Colors of #0B65AC
Black with #0B65AC
Text Example
Text Example
White with #0B65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B65AC; }
p { color: rgb(11,101,172); }
H1.HeaderClassName
{
color: #0B65AC;
}
.AnyTagClassName
{
color: #0B65AC;
}
</style>
background-color css
<style>
a { background-color: #0B65AC; }
a { background-color: rgb(11,101,172); }
div.DivClassName
{
background-color: #0B65AC;
}
.BgClassName
{
background-color: #0B65AC;
}
</style>
border-color css
<style>
span { border-color: #0B65AC; }
span { border-color: rgb(11,101,172); }
td.TdClassName
{
border-color: #0B65AC;
}
.TagClassName
{
border-color: #0B65AC;
}
</style>