Shades of Denim #1C5FCF
Tints of Denim #1C5FCF
RGB
CMYK
RGB Variations
Color information
#1C5FCF (or 0x1C5FCF) is known color: Denim. HEX triplet: 1C, 5F and CF. RGB value is (28,95,207). Sum of RGB (Red+Green+Blue) = 28+95+207=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C5FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5FCF is #E3A030. Grayscale: #575757. Windows color (decimal): -14917681 or 13590300. OLE color: 13590300.
HSL color Cylindrical-coordinate representation of color #1C5FCF: hue angle of 217.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C5FCF is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 95 | 207 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.19 |
| HSL | 217.54º | 0.76% | 0.46% | - |
| HSV(B) | 217.54º | 0.86% | 0.81% | - |
| XYZ | 15.83 | 12.94 | 60.69 | - |
| YUV | 87.74 | 195.3 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 95 | 207 | 0.86 | 0.54 | 0 | 0.19 | 217.54 | 0.76 | 0.46 |
| Hex | 1C | 5F | CF | 56 | 36 | 0 | 13 | DA | 4C | 2E |
| Octal | 34 | 137 | 317 | 126 | 66 | 0 | 23 | 332 | 114 | 56 |
| Binary | 11100 | 1011111 | 11001111 | 1010110 | 110110 | 0 | 10011 | 11011010 | 1001100 | 101110 |
Color Harmonies of #1C5FCF
Complementary color
Monochromatic Colors of #1C5FCF
Black with #1C5FCF
Text Example
Text Example
White with #1C5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5FCF; }
p { color: rgb(28,95,207); }
H1.HeaderClassName
{
color: #1C5FCF;
}
.AnyTagClassName
{
color: #1C5FCF;
}
</style>
background-color css
<style>
a { background-color: #1C5FCF; }
a { background-color: rgb(28,95,207); }
div.DivClassName
{
background-color: #1C5FCF;
}
.BgClassName
{
background-color: #1C5FCF;
}
</style>
border-color css
<style>
span { border-color: #1C5FCF; }
span { border-color: rgb(28,95,207); }
td.TdClassName
{
border-color: #1C5FCF;
}
.TagClassName
{
border-color: #1C5FCF;
}
</style>