Shades of Denim #1C65BF
Tints of Denim #1C65BF
RGB
CMYK
RGB Variations
Color information
#1C65BF (or 0x1C65BF) is known color: Denim. HEX triplet: 1C, 65 and BF. RGB value is (28,101,191). Sum of RGB (Red+Green+Blue) = 28+101+191=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C65BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C65BF is #E39A40. Grayscale: #595959. Windows color (decimal): -14916161 or 12543260. OLE color: 12543260.
HSL color Cylindrical-coordinate representation of color #1C65BF: hue angle of 213.13º 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 #1C65BF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 101 | 191 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.25 |
| HSL | 213.13º | 0.74% | 0.43% | - |
| HSV(B) | 213.13º | 0.85% | 0.75% | - |
| XYZ | 14.54 | 13.32 | 51.09 | - |
| YUV | 89.43 | 185.32 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 191 | 0.85 | 0.47 | 0 | 0.25 | 213.13 | 0.74 | 0.43 |
| Hex | 1C | 65 | BF | 55 | 2F | 0 | 19 | D5 | 4A | 2B |
| Octal | 34 | 145 | 277 | 125 | 57 | 0 | 31 | 325 | 112 | 53 |
| Binary | 11100 | 1100101 | 10111111 | 1010101 | 101111 | 0 | 11001 | 11010101 | 1001010 | 101011 |
Color Harmonies of #1C65BF
Complementary color
Monochromatic Colors of #1C65BF
Black with #1C65BF
Text Example
Text Example
White with #1C65BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C65BF; }
p { color: rgb(28,101,191); }
H1.HeaderClassName
{
color: #1C65BF;
}
.AnyTagClassName
{
color: #1C65BF;
}
</style>
background-color css
<style>
a { background-color: #1C65BF; }
a { background-color: rgb(28,101,191); }
div.DivClassName
{
background-color: #1C65BF;
}
.BgClassName
{
background-color: #1C65BF;
}
</style>
border-color css
<style>
span { border-color: #1C65BF; }
span { border-color: rgb(28,101,191); }
td.TdClassName
{
border-color: #1C65BF;
}
.TagClassName
{
border-color: #1C65BF;
}
</style>