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