Shades of Denim #1065BC
Tints of Denim #1065BC
RGB
CMYK
RGB Variations
Color information
#1065BC (or 0x1065BC) is known color: Denim. HEX triplet: 10, 65 and BC. RGB value is (16,101,188). Sum of RGB (Red+Green+Blue) = 16+101+188=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #1065BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065BC is #EF9A43. Grayscale: #555555. Windows color (decimal): -15702596 or 12346640. OLE color: 12346640.
HSL color Cylindrical-coordinate representation of color #1065BC: hue angle of 210.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1065BC is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 101 | 188 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.26 |
| HSL | 210.35º | 0.84% | 0.4% | - |
| HSV(B) | 210.35º | 0.91% | 0.74% | - |
| XYZ | 13.94 | 13.05 | 49.36 | - |
| YUV | 85.5 | 185.84 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 188 | 0.91 | 0.46 | 0 | 0.26 | 210.35 | 0.84 | 0.4 |
| Hex | 10 | 65 | BC | 5B | 2E | 0 | 1A | D2 | 54 | 28 |
| Octal | 20 | 145 | 274 | 133 | 56 | 0 | 32 | 322 | 124 | 50 |
| Binary | 10000 | 1100101 | 10111100 | 1011011 | 101110 | 0 | 11010 | 11010010 | 1010100 | 101000 |
Color Harmonies of #1065BC
Complementary color
Monochromatic Colors of #1065BC
Black with #1065BC
Text Example
Text Example
White with #1065BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065BC; }
p { color: rgb(16,101,188); }
H1.HeaderClassName
{
color: #1065BC;
}
.AnyTagClassName
{
color: #1065BC;
}
</style>
background-color css
<style>
a { background-color: #1065BC; }
a { background-color: rgb(16,101,188); }
div.DivClassName
{
background-color: #1065BC;
}
.BgClassName
{
background-color: #1065BC;
}
</style>
border-color css
<style>
span { border-color: #1065BC; }
span { border-color: rgb(16,101,188); }
td.TdClassName
{
border-color: #1065BC;
}
.TagClassName
{
border-color: #1065BC;
}
</style>