Shades of Denim #1065BF
Tints of Denim #1065BF
RGB
CMYK
RGB Variations
Color information
#1065BF (or 0x1065BF) is known color: Denim. HEX triplet: 10, 65 and BF. RGB value is (16,101,191). Sum of RGB (Red+Green+Blue) = 16+101+191=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #1065BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065BF is #EF9A40. Grayscale: #555555. Windows color (decimal): -15702593 or 12543248. OLE color: 12543248.
HSL color Cylindrical-coordinate representation of color #1065BF: hue angle of 210.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1065BF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 101 | 191 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.25 |
| HSL | 210.86º | 0.85% | 0.41% | - |
| HSV(B) | 210.86º | 0.92% | 0.75% | - |
| XYZ | 14.27 | 13.18 | 51.08 | - |
| YUV | 85.85 | 187.34 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 191 | 0.92 | 0.47 | 0 | 0.25 | 210.86 | 0.85 | 0.41 |
| Hex | 10 | 65 | BF | 5C | 2F | 0 | 19 | D3 | 55 | 29 |
| Octal | 20 | 145 | 277 | 134 | 57 | 0 | 31 | 323 | 125 | 51 |
| Binary | 10000 | 1100101 | 10111111 | 1011100 | 101111 | 0 | 11001 | 11010011 | 1010101 | 101001 |
Color Harmonies of #1065BF
Complementary color
Monochromatic Colors of #1065BF
Black with #1065BF
Text Example
Text Example
White with #1065BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065BF; }
p { color: rgb(16,101,191); }
H1.HeaderClassName
{
color: #1065BF;
}
.AnyTagClassName
{
color: #1065BF;
}
</style>
background-color css
<style>
a { background-color: #1065BF; }
a { background-color: rgb(16,101,191); }
div.DivClassName
{
background-color: #1065BF;
}
.BgClassName
{
background-color: #1065BF;
}
</style>
border-color css
<style>
span { border-color: #1065BF; }
span { border-color: rgb(16,101,191); }
td.TdClassName
{
border-color: #1065BF;
}
.TagClassName
{
border-color: #1065BF;
}
</style>