Shades of Denim #1C57BF
Tints of Denim #1C57BF
RGB
CMYK
RGB Variations
Color information
#1C57BF (or 0x1C57BF) is known color: Denim. HEX triplet: 1C, 57 and BF. RGB value is (28,87,191). Sum of RGB (Red+Green+Blue) = 28+87+191=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C57BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C57BF is #E3A840. Grayscale: #505050. Windows color (decimal): -14919745 or 12539676. OLE color: 12539676.
HSL color Cylindrical-coordinate representation of color #1C57BF: hue angle of 218.28º 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 #1C57BF is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 87 | 191 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.25 |
| HSL | 218.28º | 0.74% | 0.43% | - |
| HSV(B) | 218.28º | 0.85% | 0.75% | - |
| XYZ | 13.29 | 10.82 | 50.68 | - |
| YUV | 81.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 191 | 0.85 | 0.54 | 0 | 0.25 | 218.28 | 0.74 | 0.43 |
| Hex | 1C | 57 | BF | 55 | 36 | 0 | 19 | DA | 4A | 2B |
| Octal | 34 | 127 | 277 | 125 | 66 | 0 | 31 | 332 | 112 | 53 |
| Binary | 11100 | 1010111 | 10111111 | 1010101 | 110110 | 0 | 11001 | 11011010 | 1001010 | 101011 |
Color Harmonies of #1C57BF
Complementary color
Monochromatic Colors of #1C57BF
Black with #1C57BF
Text Example
Text Example
White with #1C57BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C57BF; }
p { color: rgb(28,87,191); }
H1.HeaderClassName
{
color: #1C57BF;
}
.AnyTagClassName
{
color: #1C57BF;
}
</style>
background-color css
<style>
a { background-color: #1C57BF; }
a { background-color: rgb(28,87,191); }
div.DivClassName
{
background-color: #1C57BF;
}
.BgClassName
{
background-color: #1C57BF;
}
</style>
border-color css
<style>
span { border-color: #1C57BF; }
span { border-color: rgb(28,87,191); }
td.TdClassName
{
border-color: #1C57BF;
}
.TagClassName
{
border-color: #1C57BF;
}
</style>