Shades of Denim #1057CF
Tints of Denim #1057CF
RGB
CMYK
RGB Variations
Color information
#1057CF (or 0x1057CF) is known color: Denim. HEX triplet: 10, 57 and CF. RGB value is (16,87,207). Sum of RGB (Red+Green+Blue) = 16+87+207=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #1057CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1057CF is #EFA830. Grayscale: #4E4E4E. Windows color (decimal): -15706161 or 13588240. OLE color: 13588240.
HSL color Cylindrical-coordinate representation of color #1057CF: hue angle of 217.7º 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 #1057CF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 87 | 207 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.19 |
| HSL | 217.7º | 0.86% | 0.44% | - |
| HSV(B) | 217.7º | 0.92% | 0.81% | - |
| XYZ | 14.88 | 11.43 | 60.45 | - |
| YUV | 79.45 | 199.98 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 207 | 0.92 | 0.58 | 0 | 0.19 | 217.7 | 0.86 | 0.44 |
| Hex | 10 | 57 | CF | 5C | 3A | 0 | 13 | DA | 56 | 2C |
| Octal | 20 | 127 | 317 | 134 | 72 | 0 | 23 | 332 | 126 | 54 |
| Binary | 10000 | 1010111 | 11001111 | 1011100 | 111010 | 0 | 10011 | 11011010 | 1010110 | 101100 |
Color Harmonies of #1057CF
Complementary color
Monochromatic Colors of #1057CF
Black with #1057CF
Text Example
Text Example
White with #1057CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1057CF; }
p { color: rgb(16,87,207); }
H1.HeaderClassName
{
color: #1057CF;
}
.AnyTagClassName
{
color: #1057CF;
}
</style>
background-color css
<style>
a { background-color: #1057CF; }
a { background-color: rgb(16,87,207); }
div.DivClassName
{
background-color: #1057CF;
}
.BgClassName
{
background-color: #1057CF;
}
</style>
border-color css
<style>
span { border-color: #1057CF; }
span { border-color: rgb(16,87,207); }
td.TdClassName
{
border-color: #1057CF;
}
.TagClassName
{
border-color: #1057CF;
}
</style>