Shades of Denim #1067C3
Tints of Denim #1067C3
RGB
CMYK
RGB Variations
Color information
#1067C3 (or 0x1067C3) is known color: Denim. HEX triplet: 10, 67 and C3. RGB value is (16,103,195). Sum of RGB (Red+Green+Blue) = 16+103+195=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 195 (76.56% from 255 or 62.10% from 314); Max value from RGB is 195 - color contains mainly: blue. Hex color #1067C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1067C3 is #EF983C. Grayscale: #575757. Windows color (decimal): -15702077 or 12805904. OLE color: 12805904.
HSL color Cylindrical-coordinate representation of color #1067C3: hue angle of 210.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1067C3 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 103 | 195 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.24 |
| HSL | 210.84º | 0.85% | 0.41% | - |
| HSV(B) | 210.84º | 0.92% | 0.76% | - |
| XYZ | 14.91 | 13.75 | 53.5 | - |
| YUV | 87.48 | 188.68 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 195 | 0.92 | 0.47 | 0 | 0.24 | 210.84 | 0.85 | 0.41 |
| Hex | 10 | 67 | C3 | 5C | 2F | 0 | 18 | D3 | 55 | 29 |
| Octal | 20 | 147 | 303 | 134 | 57 | 0 | 30 | 323 | 125 | 51 |
| Binary | 10000 | 1100111 | 11000011 | 1011100 | 101111 | 0 | 11000 | 11010011 | 1010101 | 101001 |
Color Harmonies of #1067C3
Complementary color
Monochromatic Colors of #1067C3
Black with #1067C3
Text Example
Text Example
White with #1067C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1067C3; }
p { color: rgb(16,103,195); }
H1.HeaderClassName
{
color: #1067C3;
}
.AnyTagClassName
{
color: #1067C3;
}
</style>
background-color css
<style>
a { background-color: #1067C3; }
a { background-color: rgb(16,103,195); }
div.DivClassName
{
background-color: #1067C3;
}
.BgClassName
{
background-color: #1067C3;
}
</style>
border-color css
<style>
span { border-color: #1067C3; }
span { border-color: rgb(16,103,195); }
td.TdClassName
{
border-color: #1067C3;
}
.TagClassName
{
border-color: #1067C3;
}
</style>