Shades of Denim #1065B3
Tints of Denim #1065B3
RGB
CMYK
RGB Variations
Color information
#1065B3 (or 0x1065B3) is known color: Denim. HEX triplet: 10, 65 and B3. RGB value is (16,101,179). Sum of RGB (Red+Green+Blue) = 16+101+179=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #1065B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065B3 is #EF9A4C. Grayscale: #545454. Windows color (decimal): -15702605 or 11756816. OLE color: 11756816.
HSL color Cylindrical-coordinate representation of color #1065B3: hue angle of 208.71º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1065B3 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 101 | 179 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.30 |
| HSL | 208.71º | 0.84% | 0.38% | - |
| HSV(B) | 208.71º | 0.91% | 0.7% | - |
| XYZ | 13 | 12.67 | 44.41 | - |
| YUV | 84.48 | 181.34 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 179 | 0.91 | 0.44 | 0 | 0.30 | 208.71 | 0.84 | 0.38 |
| Hex | 10 | 65 | B3 | 5B | 2C | 0 | 1E | D1 | 54 | 26 |
| Octal | 20 | 145 | 263 | 133 | 54 | 0 | 36 | 321 | 124 | 46 |
| Binary | 10000 | 1100101 | 10110011 | 1011011 | 101100 | 0 | 11110 | 11010001 | 1010100 | 100110 |
Color Harmonies of #1065B3
Complementary color
Monochromatic Colors of #1065B3
Black with #1065B3
Text Example
Text Example
White with #1065B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065B3; }
p { color: rgb(16,101,179); }
H1.HeaderClassName
{
color: #1065B3;
}
.AnyTagClassName
{
color: #1065B3;
}
</style>
background-color css
<style>
a { background-color: #1065B3; }
a { background-color: rgb(16,101,179); }
div.DivClassName
{
background-color: #1065B3;
}
.BgClassName
{
background-color: #1065B3;
}
</style>
border-color css
<style>
span { border-color: #1065B3; }
span { border-color: rgb(16,101,179); }
td.TdClassName
{
border-color: #1065B3;
}
.TagClassName
{
border-color: #1065B3;
}
</style>