Shades of Denim #1C69BC
Tints of Denim #1C69BC
RGB
CMYK
RGB Variations
Color information
#1C69BC (or 0x1C69BC) is known color: Denim. HEX triplet: 1C, 69 and BC. RGB value is (28,105,188). Sum of RGB (Red+Green+Blue) = 28+105+188=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C69BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C69BC is #E39643. Grayscale: #5B5B5B. Windows color (decimal): -14915140 or 12347676. OLE color: 12347676.
HSL color Cylindrical-coordinate representation of color #1C69BC: hue angle of 211.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C69BC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 105 | 188 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.26 |
| HSL | 211.13º | 0.74% | 0.42% | - |
| HSV(B) | 211.13º | 0.85% | 0.74% | - |
| XYZ | 14.61 | 13.98 | 49.51 | - |
| YUV | 91.44 | 182.49 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 105 | 188 | 0.85 | 0.44 | 0 | 0.26 | 211.13 | 0.74 | 0.42 |
| Hex | 1C | 69 | BC | 55 | 2C | 0 | 1A | D3 | 4A | 2A |
| Octal | 34 | 151 | 274 | 125 | 54 | 0 | 32 | 323 | 112 | 52 |
| Binary | 11100 | 1101001 | 10111100 | 1010101 | 101100 | 0 | 11010 | 11010011 | 1001010 | 101010 |
Color Harmonies of #1C69BC
Complementary color
Monochromatic Colors of #1C69BC
Black with #1C69BC
Text Example
Text Example
White with #1C69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C69BC; }
p { color: rgb(28,105,188); }
H1.HeaderClassName
{
color: #1C69BC;
}
.AnyTagClassName
{
color: #1C69BC;
}
</style>
background-color css
<style>
a { background-color: #1C69BC; }
a { background-color: rgb(28,105,188); }
div.DivClassName
{
background-color: #1C69BC;
}
.BgClassName
{
background-color: #1C69BC;
}
</style>
border-color css
<style>
span { border-color: #1C69BC; }
span { border-color: rgb(28,105,188); }
td.TdClassName
{
border-color: #1C69BC;
}
.TagClassName
{
border-color: #1C69BC;
}
</style>