Shades of Denim #1C5EBF
Tints of Denim #1C5EBF
RGB
CMYK
RGB Variations
Color information
#1C5EBF (or 0x1C5EBF) is known color: Denim. HEX triplet: 1C, 5E and BF. RGB value is (28,94,191). Sum of RGB (Red+Green+Blue) = 28+94+191=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5EBF is #E3A140. Grayscale: #545454. Windows color (decimal): -14917953 or 12541468. OLE color: 12541468.
HSL color Cylindrical-coordinate representation of color #1C5EBF: hue angle of 215.71º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C5EBF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 94 | 191 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.25 |
| HSL | 215.71º | 0.74% | 0.43% | - |
| HSV(B) | 215.71º | 0.85% | 0.75% | - |
| XYZ | 13.89 | 12.01 | 50.88 | - |
| YUV | 85.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 94 | 191 | 0.85 | 0.51 | 0 | 0.25 | 215.71 | 0.74 | 0.43 |
| Hex | 1C | 5E | BF | 55 | 33 | 0 | 19 | D8 | 4A | 2B |
| Octal | 34 | 136 | 277 | 125 | 63 | 0 | 31 | 330 | 112 | 53 |
| Binary | 11100 | 1011110 | 10111111 | 1010101 | 110011 | 0 | 11001 | 11011000 | 1001010 | 101011 |
Color Harmonies of #1C5EBF
Complementary color
Monochromatic Colors of #1C5EBF
Black with #1C5EBF
Text Example
Text Example
White with #1C5EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5EBF; }
p { color: rgb(28,94,191); }
H1.HeaderClassName
{
color: #1C5EBF;
}
.AnyTagClassName
{
color: #1C5EBF;
}
</style>
background-color css
<style>
a { background-color: #1C5EBF; }
a { background-color: rgb(28,94,191); }
div.DivClassName
{
background-color: #1C5EBF;
}
.BgClassName
{
background-color: #1C5EBF;
}
</style>
border-color css
<style>
span { border-color: #1C5EBF; }
span { border-color: rgb(28,94,191); }
td.TdClassName
{
border-color: #1C5EBF;
}
.TagClassName
{
border-color: #1C5EBF;
}
</style>