Shades of Denim #1069B4
Tints of Denim #1069B4
RGB
CMYK
RGB Variations
Color information
#1069B4 (or 0x1069B4) is known color: Denim. HEX triplet: 10, 69 and B4. RGB value is (16,105,180). Sum of RGB (Red+Green+Blue) = 16+105+180=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #1069B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069B4 is #EF964B. Grayscale: #565656. Windows color (decimal): -15701580 or 11823376. OLE color: 11823376.
HSL color Cylindrical-coordinate representation of color #1069B4: hue angle of 207.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1069B4 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 105 | 180 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.29 |
| HSL | 207.44º | 0.84% | 0.38% | - |
| HSV(B) | 207.44º | 0.91% | 0.71% | - |
| XYZ | 13.5 | 13.51 | 45.08 | - |
| YUV | 86.94 | 180.51 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 180 | 0.91 | 0.42 | 0 | 0.29 | 207.44 | 0.84 | 0.38 |
| Hex | 10 | 69 | B4 | 5B | 2A | 0 | 1D | CF | 54 | 26 |
| Octal | 20 | 151 | 264 | 133 | 52 | 0 | 35 | 317 | 124 | 46 |
| Binary | 10000 | 1101001 | 10110100 | 1011011 | 101010 | 0 | 11101 | 11001111 | 1010100 | 100110 |
Color Harmonies of #1069B4
Complementary color
Monochromatic Colors of #1069B4
Black with #1069B4
Text Example
Text Example
White with #1069B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069B4; }
p { color: rgb(16,105,180); }
H1.HeaderClassName
{
color: #1069B4;
}
.AnyTagClassName
{
color: #1069B4;
}
</style>
background-color css
<style>
a { background-color: #1069B4; }
a { background-color: rgb(16,105,180); }
div.DivClassName
{
background-color: #1069B4;
}
.BgClassName
{
background-color: #1069B4;
}
</style>
border-color css
<style>
span { border-color: #1069B4; }
span { border-color: rgb(16,105,180); }
td.TdClassName
{
border-color: #1069B4;
}
.TagClassName
{
border-color: #1069B4;
}
</style>