Shades of Denim #1C5CBA
Tints of Denim #1C5CBA
RGB
CMYK
RGB Variations
Color information
#1C5CBA (or 0x1C5CBA) is known color: Denim. HEX triplet: 1C, 5C and BA. RGB value is (28,92,186). Sum of RGB (Red+Green+Blue) = 28+92+186=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C5CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CBA is #E3A345. Grayscale: #535353. Windows color (decimal): -14918470 or 12213276. OLE color: 12213276.
HSL color Cylindrical-coordinate representation of color #1C5CBA: hue angle of 215.7º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C5CBA is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 92 | 186 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.27 |
| HSL | 215.7º | 0.74% | 0.42% | - |
| HSV(B) | 215.7º | 0.85% | 0.73% | - |
| XYZ | 13.17 | 11.45 | 47.97 | - |
| YUV | 83.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 186 | 0.85 | 0.51 | 0 | 0.27 | 215.7 | 0.74 | 0.42 |
| Hex | 1C | 5C | BA | 55 | 33 | 0 | 1B | D8 | 4A | 2A |
| Octal | 34 | 134 | 272 | 125 | 63 | 0 | 33 | 330 | 112 | 52 |
| Binary | 11100 | 1011100 | 10111010 | 1010101 | 110011 | 0 | 11011 | 11011000 | 1001010 | 101010 |
Color Harmonies of #1C5CBA
Complementary color
Monochromatic Colors of #1C5CBA
Black with #1C5CBA
Text Example
Text Example
White with #1C5CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5CBA; }
p { color: rgb(28,92,186); }
H1.HeaderClassName
{
color: #1C5CBA;
}
.AnyTagClassName
{
color: #1C5CBA;
}
</style>
background-color css
<style>
a { background-color: #1C5CBA; }
a { background-color: rgb(28,92,186); }
div.DivClassName
{
background-color: #1C5CBA;
}
.BgClassName
{
background-color: #1C5CBA;
}
</style>
border-color css
<style>
span { border-color: #1C5CBA; }
span { border-color: rgb(28,92,186); }
td.TdClassName
{
border-color: #1C5CBA;
}
.TagClassName
{
border-color: #1C5CBA;
}
</style>