Shades of Denim #1C5DB3
Tints of Denim #1C5DB3
RGB
CMYK
RGB Variations
Color information
#1C5DB3 (or 0x1C5DB3) is known color: Denim. HEX triplet: 1C, 5D and B3. RGB value is (28,93,179). Sum of RGB (Red+Green+Blue) = 28+93+179=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C5DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5DB3 is #E3A24C. Grayscale: #525252. Windows color (decimal): -14918221 or 11754780. OLE color: 11754780.
HSL color Cylindrical-coordinate representation of color #1C5DB3: hue angle of 214.17º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C5DB3 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 93 | 179 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.30 |
| HSL | 214.17º | 0.73% | 0.41% | - |
| HSV(B) | 214.17º | 0.84% | 0.7% | - |
| XYZ | 12.53 | 11.33 | 44.17 | - |
| YUV | 83.37 | 181.97 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 93 | 179 | 0.84 | 0.48 | 0 | 0.30 | 214.17 | 0.73 | 0.41 |
| Hex | 1C | 5D | B3 | 54 | 30 | 0 | 1E | D6 | 49 | 29 |
| Octal | 34 | 135 | 263 | 124 | 60 | 0 | 36 | 326 | 111 | 51 |
| Binary | 11100 | 1011101 | 10110011 | 1010100 | 110000 | 0 | 11110 | 11010110 | 1001001 | 101001 |
Color Harmonies of #1C5DB3
Complementary color
Monochromatic Colors of #1C5DB3
Black with #1C5DB3
Text Example
Text Example
White with #1C5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5DB3; }
p { color: rgb(28,93,179); }
H1.HeaderClassName
{
color: #1C5DB3;
}
.AnyTagClassName
{
color: #1C5DB3;
}
</style>
background-color css
<style>
a { background-color: #1C5DB3; }
a { background-color: rgb(28,93,179); }
div.DivClassName
{
background-color: #1C5DB3;
}
.BgClassName
{
background-color: #1C5DB3;
}
</style>
border-color css
<style>
span { border-color: #1C5DB3; }
span { border-color: rgb(28,93,179); }
td.TdClassName
{
border-color: #1C5DB3;
}
.TagClassName
{
border-color: #1C5DB3;
}
</style>