Shades of Denim #1C5BAD
Tints of Denim #1C5BAD
RGB
CMYK
RGB Variations
Color information
#1C5BAD (or 0x1C5BAD) is known color: Denim. HEX triplet: 1C, 5B and AD. RGB value is (28,91,173). Sum of RGB (Red+Green+Blue) = 28+91+173=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C5BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5BAD is #E3A452. Grayscale: #515151. Windows color (decimal): -14918739 or 11361052. OLE color: 11361052.
HSL color Cylindrical-coordinate representation of color #1C5BAD: hue angle of 213.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C5BAD is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 91 | 173 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.32 |
| HSL | 213.93º | 0.72% | 0.39% | - |
| HSV(B) | 213.93º | 0.84% | 0.68% | - |
| XYZ | 11.76 | 10.75 | 40.99 | - |
| YUV | 81.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 91 | 173 | 0.84 | 0.47 | 0 | 0.32 | 213.93 | 0.72 | 0.39 |
| Hex | 1C | 5B | AD | 54 | 2F | 0 | 20 | D6 | 48 | 27 |
| Octal | 34 | 133 | 255 | 124 | 57 | 0 | 40 | 326 | 110 | 47 |
| Binary | 11100 | 1011011 | 10101101 | 1010100 | 101111 | 0 | 100000 | 11010110 | 1001000 | 100111 |
Color Harmonies of #1C5BAD
Complementary color
Monochromatic Colors of #1C5BAD
Black with #1C5BAD
Text Example
Text Example
White with #1C5BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5BAD; }
p { color: rgb(28,91,173); }
H1.HeaderClassName
{
color: #1C5BAD;
}
.AnyTagClassName
{
color: #1C5BAD;
}
</style>
background-color css
<style>
a { background-color: #1C5BAD; }
a { background-color: rgb(28,91,173); }
div.DivClassName
{
background-color: #1C5BAD;
}
.BgClassName
{
background-color: #1C5BAD;
}
</style>
border-color css
<style>
span { border-color: #1C5BAD; }
span { border-color: rgb(28,91,173); }
td.TdClassName
{
border-color: #1C5BAD;
}
.TagClassName
{
border-color: #1C5BAD;
}
</style>