Shades of Denim #1C76BE
Tints of Denim #1C76BE
RGB
CMYK
RGB Variations
Color information
#1C76BE (or 0x1C76BE) is known color: Denim. HEX triplet: 1C, 76 and BE. RGB value is (28,118,190). Sum of RGB (Red+Green+Blue) = 28+118+190=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C76BE is #E38941. Grayscale: #626262. Windows color (decimal): -14911810 or 12482076. OLE color: 12482076.
HSL color Cylindrical-coordinate representation of color #1C76BE: hue angle of 206.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C76BE is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 118 | 190 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.25 |
| HSL | 206.67º | 0.74% | 0.43% | - |
| HSV(B) | 206.67º | 0.85% | 0.75% | - |
| XYZ | 16.25 | 16.92 | 51.12 | - |
| YUV | 99.3 | 179.18 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 190 | 0.85 | 0.38 | 0 | 0.25 | 206.67 | 0.74 | 0.43 |
| Hex | 1C | 76 | BE | 55 | 26 | 0 | 19 | CF | 4A | 2B |
| Octal | 34 | 166 | 276 | 125 | 46 | 0 | 31 | 317 | 112 | 53 |
| Binary | 11100 | 1110110 | 10111110 | 1010101 | 100110 | 0 | 11001 | 11001111 | 1001010 | 101011 |
Color Harmonies of #1C76BE
Complementary color
Monochromatic Colors of #1C76BE
Black with #1C76BE
Text Example
Text Example
White with #1C76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C76BE; }
p { color: rgb(28,118,190); }
H1.HeaderClassName
{
color: #1C76BE;
}
.AnyTagClassName
{
color: #1C76BE;
}
</style>
background-color css
<style>
a { background-color: #1C76BE; }
a { background-color: rgb(28,118,190); }
div.DivClassName
{
background-color: #1C76BE;
}
.BgClassName
{
background-color: #1C76BE;
}
</style>
border-color css
<style>
span { border-color: #1C76BE; }
span { border-color: rgb(28,118,190); }
td.TdClassName
{
border-color: #1C76BE;
}
.TagClassName
{
border-color: #1C76BE;
}
</style>