Shades of Denim #1C79CB
Tints of Denim #1C79CB
RGB
CMYK
RGB Variations
Color information
#1C79CB (or 0x1C79CB) is known color: Denim. HEX triplet: 1C, 79 and CB. RGB value is (28,121,203). Sum of RGB (Red+Green+Blue) = 28+121+203=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C79CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C79CB is #E38634. Grayscale: #666666. Windows color (decimal): -14911029 or 13334812. OLE color: 13334812.
HSL color Cylindrical-coordinate representation of color #1C79CB: hue angle of 208.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C79CB is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 121 | 203 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.20 |
| HSL | 208.11º | 0.76% | 0.45% | - |
| HSV(B) | 208.11º | 0.86% | 0.8% | - |
| XYZ | 18.1 | 18.23 | 59.07 | - |
| YUV | 102.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 203 | 0.86 | 0.40 | 0 | 0.20 | 208.11 | 0.76 | 0.45 |
| Hex | 1C | 79 | CB | 56 | 28 | 0 | 14 | D0 | 4C | 2D |
| Octal | 34 | 171 | 313 | 126 | 50 | 0 | 24 | 320 | 114 | 55 |
| Binary | 11100 | 1111001 | 11001011 | 1010110 | 101000 | 0 | 10100 | 11010000 | 1001100 | 101101 |
Color Harmonies of #1C79CB
Complementary color
Monochromatic Colors of #1C79CB
Black with #1C79CB
Text Example
Text Example
White with #1C79CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C79CB; }
p { color: rgb(28,121,203); }
H1.HeaderClassName
{
color: #1C79CB;
}
.AnyTagClassName
{
color: #1C79CB;
}
</style>
background-color css
<style>
a { background-color: #1C79CB; }
a { background-color: rgb(28,121,203); }
div.DivClassName
{
background-color: #1C79CB;
}
.BgClassName
{
background-color: #1C79CB;
}
</style>
border-color css
<style>
span { border-color: #1C79CB; }
span { border-color: rgb(28,121,203); }
td.TdClassName
{
border-color: #1C79CB;
}
.TagClassName
{
border-color: #1C79CB;
}
</style>