Shades of Denim #1057CC
Tints of Denim #1057CC
RGB
CMYK
RGB Variations
Color information
#1057CC (or 0x1057CC) is known color: Denim. HEX triplet: 10, 57 and CC. RGB value is (16,87,204). Sum of RGB (Red+Green+Blue) = 16+87+204=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #1057CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1057CC is #EFA833. Grayscale: #4E4E4E. Windows color (decimal): -15706164 or 13391632. OLE color: 13391632.
HSL color Cylindrical-coordinate representation of color #1057CC: hue angle of 217.34º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1057CC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 87 | 204 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.2 |
| HSL | 217.34º | 0.85% | 0.43% | - |
| HSV(B) | 217.34º | 0.92% | 0.8% | - |
| XYZ | 14.52 | 11.29 | 58.54 | - |
| YUV | 79.11 | 198.48 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 204 | 0.92 | 0.57 | 0 | 0.2 | 217.34 | 0.85 | 0.43 |
| Hex | 10 | 57 | CC | 5C | 39 | 0 | 14 | D9 | 55 | 2B |
| Octal | 20 | 127 | 314 | 134 | 71 | 0 | 24 | 331 | 125 | 53 |
| Binary | 10000 | 1010111 | 11001100 | 1011100 | 111001 | 0 | 10100 | 11011001 | 1010101 | 101011 |
Color Harmonies of #1057CC
Complementary color
Monochromatic Colors of #1057CC
Black with #1057CC
Text Example
Text Example
White with #1057CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1057CC; }
p { color: rgb(16,87,204); }
H1.HeaderClassName
{
color: #1057CC;
}
.AnyTagClassName
{
color: #1057CC;
}
</style>
background-color css
<style>
a { background-color: #1057CC; }
a { background-color: rgb(16,87,204); }
div.DivClassName
{
background-color: #1057CC;
}
.BgClassName
{
background-color: #1057CC;
}
</style>
border-color css
<style>
span { border-color: #1057CC; }
span { border-color: rgb(16,87,204); }
td.TdClassName
{
border-color: #1057CC;
}
.TagClassName
{
border-color: #1057CC;
}
</style>