Shades of Denim #1065B4
Tints of Denim #1065B4
RGB
CMYK
RGB Variations
Color information
#1065B4 (or 0x1065B4) is known color: Denim. HEX triplet: 10, 65 and B4. RGB value is (16,101,180). Sum of RGB (Red+Green+Blue) = 16+101+180=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #1065B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065B4 is #EF9A4B. Grayscale: #545454. Windows color (decimal): -15702604 or 11822352. OLE color: 11822352.
HSL color Cylindrical-coordinate representation of color #1065B4: hue angle of 208.9º 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 #1065B4 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 101 | 180 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.29 |
| HSL | 208.9º | 0.84% | 0.38% | - |
| HSV(B) | 208.9º | 0.91% | 0.71% | - |
| XYZ | 13.11 | 12.71 | 44.94 | - |
| YUV | 84.59 | 181.84 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 180 | 0.91 | 0.44 | 0 | 0.29 | 208.9 | 0.84 | 0.38 |
| Hex | 10 | 65 | B4 | 5B | 2C | 0 | 1D | D1 | 54 | 26 |
| Octal | 20 | 145 | 264 | 133 | 54 | 0 | 35 | 321 | 124 | 46 |
| Binary | 10000 | 1100101 | 10110100 | 1011011 | 101100 | 0 | 11101 | 11010001 | 1010100 | 100110 |
Color Harmonies of #1065B4
Complementary color
Monochromatic Colors of #1065B4
Black with #1065B4
Text Example
Text Example
White with #1065B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065B4; }
p { color: rgb(16,101,180); }
H1.HeaderClassName
{
color: #1065B4;
}
.AnyTagClassName
{
color: #1065B4;
}
</style>
background-color css
<style>
a { background-color: #1065B4; }
a { background-color: rgb(16,101,180); }
div.DivClassName
{
background-color: #1065B4;
}
.BgClassName
{
background-color: #1065B4;
}
</style>
border-color css
<style>
span { border-color: #1065B4; }
span { border-color: rgb(16,101,180); }
td.TdClassName
{
border-color: #1065B4;
}
.TagClassName
{
border-color: #1065B4;
}
</style>