Shades of Denim #1C5ACF
Tints of Denim #1C5ACF
RGB
CMYK
RGB Variations
Color information
#1C5ACF (or 0x1C5ACF) is known color: Denim. HEX triplet: 1C, 5A and CF. RGB value is (28,90,207). Sum of RGB (Red+Green+Blue) = 28+90+207=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C5ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5ACF is #E3A530. Grayscale: #545454. Windows color (decimal): -14918961 or 13589020. OLE color: 13589020.
HSL color Cylindrical-coordinate representation of color #1C5ACF: hue angle of 219.22º 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 #1C5ACF is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 90 | 207 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.19 |
| HSL | 219.22º | 0.76% | 0.46% | - |
| HSV(B) | 219.22º | 0.86% | 0.81% | - |
| XYZ | 15.4 | 12.06 | 60.55 | - |
| YUV | 84.8 | 196.96 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 90 | 207 | 0.86 | 0.57 | 0 | 0.19 | 219.22 | 0.76 | 0.46 |
| Hex | 1C | 5A | CF | 56 | 39 | 0 | 13 | DB | 4C | 2E |
| Octal | 34 | 132 | 317 | 126 | 71 | 0 | 23 | 333 | 114 | 56 |
| Binary | 11100 | 1011010 | 11001111 | 1010110 | 111001 | 0 | 10011 | 11011011 | 1001100 | 101110 |
Color Harmonies of #1C5ACF
Complementary color
Monochromatic Colors of #1C5ACF
Black with #1C5ACF
Text Example
Text Example
White with #1C5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5ACF; }
p { color: rgb(28,90,207); }
H1.HeaderClassName
{
color: #1C5ACF;
}
.AnyTagClassName
{
color: #1C5ACF;
}
</style>
background-color css
<style>
a { background-color: #1C5ACF; }
a { background-color: rgb(28,90,207); }
div.DivClassName
{
background-color: #1C5ACF;
}
.BgClassName
{
background-color: #1C5ACF;
}
</style>
border-color css
<style>
span { border-color: #1C5ACF; }
span { border-color: rgb(28,90,207); }
td.TdClassName
{
border-color: #1C5ACF;
}
.TagClassName
{
border-color: #1C5ACF;
}
</style>