Shades of Denim #1675C3
Tints of Denim #1675C3
RGB
CMYK
RGB Variations
Color information
#1675C3 (or 0x1675C3) is known color: Denim. HEX triplet: 16, 75 and C3. RGB value is (22,117,195). Sum of RGB (Red+Green+Blue) = 22+117+195=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 195 (76.56% from 255 or 58.38% from 334); Max value from RGB is 195 - color contains mainly: blue. Hex color #1675C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1675C3 is #E98A3C. Grayscale: #616161. Windows color (decimal): -15305277 or 12809494. OLE color: 12809494.
HSL color Cylindrical-coordinate representation of color #1675C3: hue angle of 207.05º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1675C3 is Cyan = 0.89, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 117 | 195 | - |
| CMYK | 0.89 | 0.4 | 0 | 0.24 |
| HSL | 207.05º | 0.8% | 0.43% | - |
| HSV(B) | 207.05º | 0.89% | 0.76% | - |
| XYZ | 16.54 | 16.83 | 54.01 | - |
| YUV | 97.49 | 183.03 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 195 | 0.89 | 0.4 | 0 | 0.24 | 207.05 | 0.8 | 0.43 |
| Hex | 16 | 75 | C3 | 59 | 28 | 0 | 18 | CF | 50 | 2B |
| Octal | 26 | 165 | 303 | 131 | 50 | 0 | 30 | 317 | 120 | 53 |
| Binary | 10110 | 1110101 | 11000011 | 1011001 | 101000 | 0 | 11000 | 11001111 | 1010000 | 101011 |
Color Harmonies of #1675C3
Complementary color
Monochromatic Colors of #1675C3
Black with #1675C3
Text Example
Text Example
White with #1675C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1675C3; }
p { color: rgb(22,117,195); }
H1.HeaderClassName
{
color: #1675C3;
}
.AnyTagClassName
{
color: #1675C3;
}
</style>
background-color css
<style>
a { background-color: #1675C3; }
a { background-color: rgb(22,117,195); }
div.DivClassName
{
background-color: #1675C3;
}
.BgClassName
{
background-color: #1675C3;
}
</style>
border-color css
<style>
span { border-color: #1675C3; }
span { border-color: rgb(22,117,195); }
td.TdClassName
{
border-color: #1675C3;
}
.TagClassName
{
border-color: #1675C3;
}
</style>