Shades of Denim #1055CE
Tints of Denim #1055CE
RGB
CMYK
RGB Variations
Color information
#1055CE (or 0x1055CE) is known color: Denim. HEX triplet: 10, 55 and CE. RGB value is (16,85,206). Sum of RGB (Red+Green+Blue) = 16+85+206=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #1055CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055CE is #EFAA31. Grayscale: #4D4D4D. Windows color (decimal): -15706674 or 13522192. OLE color: 13522192.
HSL color Cylindrical-coordinate representation of color #1055CE: hue angle of 218.21º 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 #1055CE is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 85 | 206 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.19 |
| HSL | 218.21º | 0.86% | 0.44% | - |
| HSV(B) | 218.21º | 0.92% | 0.81% | - |
| XYZ | 14.6 | 11.06 | 59.76 | - |
| YUV | 78.16 | 200.14 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 206 | 0.92 | 0.59 | 0 | 0.19 | 218.21 | 0.86 | 0.44 |
| Hex | 10 | 55 | CE | 5C | 3B | 0 | 13 | DA | 56 | 2C |
| Octal | 20 | 125 | 316 | 134 | 73 | 0 | 23 | 332 | 126 | 54 |
| Binary | 10000 | 1010101 | 11001110 | 1011100 | 111011 | 0 | 10011 | 11011010 | 1010110 | 101100 |
Color Harmonies of #1055CE
Complementary color
Monochromatic Colors of #1055CE
Black with #1055CE
Text Example
Text Example
White with #1055CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1055CE; }
p { color: rgb(16,85,206); }
H1.HeaderClassName
{
color: #1055CE;
}
.AnyTagClassName
{
color: #1055CE;
}
</style>
background-color css
<style>
a { background-color: #1055CE; }
a { background-color: rgb(16,85,206); }
div.DivClassName
{
background-color: #1055CE;
}
.BgClassName
{
background-color: #1055CE;
}
</style>
border-color css
<style>
span { border-color: #1055CE; }
span { border-color: rgb(16,85,206); }
td.TdClassName
{
border-color: #1055CE;
}
.TagClassName
{
border-color: #1055CE;
}
</style>