Shades of Denim #1065BB
Tints of Denim #1065BB
RGB
CMYK
RGB Variations
Color information
#1065BB (or 0x1065BB) is known color: Denim. HEX triplet: 10, 65 and BB. RGB value is (16,101,187). Sum of RGB (Red+Green+Blue) = 16+101+187=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #1065BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065BB is #EF9A44. Grayscale: #545454. Windows color (decimal): -15702597 or 12281104. OLE color: 12281104.
HSL color Cylindrical-coordinate representation of color #1065BB: hue angle of 210.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1065BB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 101 | 187 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.27 |
| HSL | 210.18º | 0.84% | 0.4% | - |
| HSV(B) | 210.18º | 0.91% | 0.73% | - |
| XYZ | 13.84 | 13.01 | 48.79 | - |
| YUV | 85.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 187 | 0.91 | 0.46 | 0 | 0.27 | 210.18 | 0.84 | 0.4 |
| Hex | 10 | 65 | BB | 5B | 2E | 0 | 1B | D2 | 54 | 28 |
| Octal | 20 | 145 | 273 | 133 | 56 | 0 | 33 | 322 | 124 | 50 |
| Binary | 10000 | 1100101 | 10111011 | 1011011 | 101110 | 0 | 11011 | 11010010 | 1010100 | 101000 |
Color Harmonies of #1065BB
Complementary color
Monochromatic Colors of #1065BB
Black with #1065BB
Text Example
Text Example
White with #1065BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065BB; }
p { color: rgb(16,101,187); }
H1.HeaderClassName
{
color: #1065BB;
}
.AnyTagClassName
{
color: #1065BB;
}
</style>
background-color css
<style>
a { background-color: #1065BB; }
a { background-color: rgb(16,101,187); }
div.DivClassName
{
background-color: #1065BB;
}
.BgClassName
{
background-color: #1065BB;
}
</style>
border-color css
<style>
span { border-color: #1065BB; }
span { border-color: rgb(16,101,187); }
td.TdClassName
{
border-color: #1065BB;
}
.TagClassName
{
border-color: #1065BB;
}
</style>