Shades of Denim #1674C4
Tints of Denim #1674C4
RGB
CMYK
RGB Variations
Color information
#1674C4 (or 0x1674C4) is known color: Denim. HEX triplet: 16, 74 and C4. RGB value is (22,116,196). Sum of RGB (Red+Green+Blue) = 22+116+196=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #1674C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1674C4 is #E98B3B. Grayscale: #606060. Windows color (decimal): -15305532 or 12874774. OLE color: 12874774.
HSL color Cylindrical-coordinate representation of color #1674C4: hue angle of 207.59º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1674C4 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 116 | 196 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.23 |
| HSL | 207.59º | 0.8% | 0.43% | - |
| HSV(B) | 207.59º | 0.89% | 0.77% | - |
| XYZ | 16.54 | 16.65 | 54.57 | - |
| YUV | 97.01 | 183.86 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 196 | 0.89 | 0.41 | 0 | 0.23 | 207.59 | 0.8 | 0.43 |
| Hex | 16 | 74 | C4 | 59 | 29 | 0 | 17 | D0 | 50 | 2B |
| Octal | 26 | 164 | 304 | 131 | 51 | 0 | 27 | 320 | 120 | 53 |
| Binary | 10110 | 1110100 | 11000100 | 1011001 | 101001 | 0 | 10111 | 11010000 | 1010000 | 101011 |
Color Harmonies of #1674C4
Complementary color
Monochromatic Colors of #1674C4
Black with #1674C4
Text Example
Text Example
White with #1674C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1674C4; }
p { color: rgb(22,116,196); }
H1.HeaderClassName
{
color: #1674C4;
}
.AnyTagClassName
{
color: #1674C4;
}
</style>
background-color css
<style>
a { background-color: #1674C4; }
a { background-color: rgb(22,116,196); }
div.DivClassName
{
background-color: #1674C4;
}
.BgClassName
{
background-color: #1674C4;
}
</style>
border-color css
<style>
span { border-color: #1674C4; }
span { border-color: rgb(22,116,196); }
td.TdClassName
{
border-color: #1674C4;
}
.TagClassName
{
border-color: #1674C4;
}
</style>