Shades of Denim #1C5BA5
Tints of Denim #1C5BA5
RGB
CMYK
RGB Variations
Color information
#1C5BA5 (or 0x1C5BA5) is known color: Denim. HEX triplet: 1C, 5B and A5. RGB value is (28,91,165). Sum of RGB (Red+Green+Blue) = 28+91+165=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #1C5BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5BA5 is #E3A45A. Grayscale: #505050. Windows color (decimal): -14918747 or 10836764. OLE color: 10836764.
HSL color Cylindrical-coordinate representation of color #1C5BA5: hue angle of 212.41º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C5BA5 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 28 | 91 | 165 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.35 |
| HSL | 212.41º | 0.71% | 0.38% | - |
| HSV(B) | 212.41º | 0.83% | 0.65% | - |
| XYZ | 11.01 | 10.45 | 37.03 | - |
| YUV | 80.6 | 175.63 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 91 | 165 | 0.83 | 0.45 | 0 | 0.35 | 212.41 | 0.71 | 0.38 |
| Hex | 1C | 5B | A5 | 53 | 2D | 0 | 23 | D4 | 47 | 26 |
| Octal | 34 | 133 | 245 | 123 | 55 | 0 | 43 | 324 | 107 | 46 |
| Binary | 11100 | 1011011 | 10100101 | 1010011 | 101101 | 0 | 100011 | 11010100 | 1000111 | 100110 |
Color Harmonies of #1C5BA5
Complementary color
Monochromatic Colors of #1C5BA5
Black with #1C5BA5
Text Example
Text Example
White with #1C5BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5BA5; }
p { color: rgb(28,91,165); }
H1.HeaderClassName
{
color: #1C5BA5;
}
.AnyTagClassName
{
color: #1C5BA5;
}
</style>
background-color css
<style>
a { background-color: #1C5BA5; }
a { background-color: rgb(28,91,165); }
div.DivClassName
{
background-color: #1C5BA5;
}
.BgClassName
{
background-color: #1C5BA5;
}
</style>
border-color css
<style>
span { border-color: #1C5BA5; }
span { border-color: rgb(28,91,165); }
td.TdClassName
{
border-color: #1C5BA5;
}
.TagClassName
{
border-color: #1C5BA5;
}
</style>