Shades of Denim #1065BA
Tints of Denim #1065BA
RGB
CMYK
RGB Variations
Color information
#1065BA (or 0x1065BA) is known color: Denim. HEX triplet: 10, 65 and BA. RGB value is (16,101,186). Sum of RGB (Red+Green+Blue) = 16+101+186=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #1065BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065BA is #EF9A45. Grayscale: #545454. Windows color (decimal): -15702598 or 12215568. OLE color: 12215568.
HSL color Cylindrical-coordinate representation of color #1065BA: hue angle of 210º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1065BA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 101 | 186 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.27 |
| HSL | 210º | 0.84% | 0.4% | - |
| HSV(B) | 210º | 0.91% | 0.73% | - |
| XYZ | 13.73 | 12.96 | 48.23 | - |
| YUV | 85.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 186 | 0.91 | 0.46 | 0 | 0.27 | 210 | 0.84 | 0.4 |
| Hex | 10 | 65 | BA | 5B | 2E | 0 | 1B | D2 | 54 | 28 |
| Octal | 20 | 145 | 272 | 133 | 56 | 0 | 33 | 322 | 124 | 50 |
| Binary | 10000 | 1100101 | 10111010 | 1011011 | 101110 | 0 | 11011 | 11010010 | 1010100 | 101000 |
Color Harmonies of #1065BA
Complementary color
Monochromatic Colors of #1065BA
Black with #1065BA
Text Example
Text Example
White with #1065BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065BA; }
p { color: rgb(16,101,186); }
H1.HeaderClassName
{
color: #1065BA;
}
.AnyTagClassName
{
color: #1065BA;
}
</style>
background-color css
<style>
a { background-color: #1065BA; }
a { background-color: rgb(16,101,186); }
div.DivClassName
{
background-color: #1065BA;
}
.BgClassName
{
background-color: #1065BA;
}
</style>
border-color css
<style>
span { border-color: #1065BA; }
span { border-color: rgb(16,101,186); }
td.TdClassName
{
border-color: #1065BA;
}
.TagClassName
{
border-color: #1065BA;
}
</style>