Shades of Denim #1C66BC
Tints of Denim #1C66BC
RGB
CMYK
RGB Variations
Color information
#1C66BC (or 0x1C66BC) is known color: Denim. HEX triplet: 1C, 66 and BC. RGB value is (28,102,188). Sum of RGB (Red+Green+Blue) = 28+102+188=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C66BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C66BC is #E39943. Grayscale: #595959. Windows color (decimal): -14915908 or 12346908. OLE color: 12346908.
HSL color Cylindrical-coordinate representation of color #1C66BC: hue angle of 212.25º 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 #1C66BC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 102 | 188 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.26 |
| HSL | 212.25º | 0.74% | 0.42% | - |
| HSV(B) | 212.25º | 0.85% | 0.74% | - |
| XYZ | 14.31 | 13.38 | 49.41 | - |
| YUV | 89.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 188 | 0.85 | 0.46 | 0 | 0.26 | 212.25 | 0.74 | 0.42 |
| Hex | 1C | 66 | BC | 55 | 2E | 0 | 1A | D4 | 4A | 2A |
| Octal | 34 | 146 | 274 | 125 | 56 | 0 | 32 | 324 | 112 | 52 |
| Binary | 11100 | 1100110 | 10111100 | 1010101 | 101110 | 0 | 11010 | 11010100 | 1001010 | 101010 |
Color Harmonies of #1C66BC
Complementary color
Monochromatic Colors of #1C66BC
Black with #1C66BC
Text Example
Text Example
White with #1C66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C66BC; }
p { color: rgb(28,102,188); }
H1.HeaderClassName
{
color: #1C66BC;
}
.AnyTagClassName
{
color: #1C66BC;
}
</style>
background-color css
<style>
a { background-color: #1C66BC; }
a { background-color: rgb(28,102,188); }
div.DivClassName
{
background-color: #1C66BC;
}
.BgClassName
{
background-color: #1C66BC;
}
</style>
border-color css
<style>
span { border-color: #1C66BC; }
span { border-color: rgb(28,102,188); }
td.TdClassName
{
border-color: #1C66BC;
}
.TagClassName
{
border-color: #1C66BC;
}
</style>