Shades of Denim #1056CF
Tints of Denim #1056CF
RGB
CMYK
RGB Variations
Color information
#1056CF (or 0x1056CF) is known color: Denim. HEX triplet: 10, 56 and CF. RGB value is (16,86,207). Sum of RGB (Red+Green+Blue) = 16+86+207=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #1056CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1056CF is #EFA930. Grayscale: #4E4E4E. Windows color (decimal): -15706417 or 13587984. OLE color: 13587984.
HSL color Cylindrical-coordinate representation of color #1056CF: hue angle of 218.01º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1056CF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 86 | 207 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.19 |
| HSL | 218.01º | 0.86% | 0.44% | - |
| HSV(B) | 218.01º | 0.92% | 0.81% | - |
| XYZ | 14.8 | 11.27 | 60.43 | - |
| YUV | 78.86 | 200.31 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 207 | 0.92 | 0.58 | 0 | 0.19 | 218.01 | 0.86 | 0.44 |
| Hex | 10 | 56 | CF | 5C | 3A | 0 | 13 | DA | 56 | 2C |
| Octal | 20 | 126 | 317 | 134 | 72 | 0 | 23 | 332 | 126 | 54 |
| Binary | 10000 | 1010110 | 11001111 | 1011100 | 111010 | 0 | 10011 | 11011010 | 1010110 | 101100 |
Color Harmonies of #1056CF
Complementary color
Monochromatic Colors of #1056CF
Black with #1056CF
Text Example
Text Example
White with #1056CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1056CF; }
p { color: rgb(16,86,207); }
H1.HeaderClassName
{
color: #1056CF;
}
.AnyTagClassName
{
color: #1056CF;
}
</style>
background-color css
<style>
a { background-color: #1056CF; }
a { background-color: rgb(16,86,207); }
div.DivClassName
{
background-color: #1056CF;
}
.BgClassName
{
background-color: #1056CF;
}
</style>
border-color css
<style>
span { border-color: #1056CF; }
span { border-color: rgb(16,86,207); }
td.TdClassName
{
border-color: #1056CF;
}
.TagClassName
{
border-color: #1056CF;
}
</style>