Shades of Denim #1067BF
Tints of Denim #1067BF
RGB
CMYK
RGB Variations
Color information
#1067BF (or 0x1067BF) is known color: Denim. HEX triplet: 10, 67 and BF. RGB value is (16,103,191). Sum of RGB (Red+Green+Blue) = 16+103+191=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #1067BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1067BF is #EF9840. Grayscale: #565656. Windows color (decimal): -15702081 or 12543760. OLE color: 12543760.
HSL color Cylindrical-coordinate representation of color #1067BF: hue angle of 210.17º 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 #1067BF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 103 | 191 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.25 |
| HSL | 210.17º | 0.85% | 0.41% | - |
| HSV(B) | 210.17º | 0.92% | 0.75% | - |
| XYZ | 14.47 | 13.57 | 51.15 | - |
| YUV | 87.02 | 186.68 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 191 | 0.92 | 0.46 | 0 | 0.25 | 210.17 | 0.85 | 0.41 |
| Hex | 10 | 67 | BF | 5C | 2E | 0 | 19 | D2 | 55 | 29 |
| Octal | 20 | 147 | 277 | 134 | 56 | 0 | 31 | 322 | 125 | 51 |
| Binary | 10000 | 1100111 | 10111111 | 1011100 | 101110 | 0 | 11001 | 11010010 | 1010101 | 101001 |
Color Harmonies of #1067BF
Complementary color
Monochromatic Colors of #1067BF
Black with #1067BF
Text Example
Text Example
White with #1067BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1067BF; }
p { color: rgb(16,103,191); }
H1.HeaderClassName
{
color: #1067BF;
}
.AnyTagClassName
{
color: #1067BF;
}
</style>
background-color css
<style>
a { background-color: #1067BF; }
a { background-color: rgb(16,103,191); }
div.DivClassName
{
background-color: #1067BF;
}
.BgClassName
{
background-color: #1067BF;
}
</style>
border-color css
<style>
span { border-color: #1067BF; }
span { border-color: rgb(16,103,191); }
td.TdClassName
{
border-color: #1067BF;
}
.TagClassName
{
border-color: #1067BF;
}
</style>