Shades of Denim #1678C4
Tints of Denim #1678C4
RGB
CMYK
RGB Variations
Color information
#1678C4 (or 0x1678C4) is known color: Denim. HEX triplet: 16, 78 and C4. RGB value is (22,120,196). Sum of RGB (Red+Green+Blue) = 22+120+196=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #1678C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1678C4 is #E9873B. Grayscale: #626262. Windows color (decimal): -15304508 or 12875798. OLE color: 12875798.
HSL color Cylindrical-coordinate representation of color #1678C4: hue angle of 206.21º 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 #1678C4 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 120 | 196 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.23 |
| HSL | 206.21º | 0.8% | 0.43% | - |
| HSV(B) | 206.21º | 0.89% | 0.77% | - |
| XYZ | 17.01 | 17.59 | 54.72 | - |
| YUV | 99.36 | 182.53 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 196 | 0.89 | 0.39 | 0 | 0.23 | 206.21 | 0.8 | 0.43 |
| Hex | 16 | 78 | C4 | 59 | 27 | 0 | 17 | CE | 50 | 2B |
| Octal | 26 | 170 | 304 | 131 | 47 | 0 | 27 | 316 | 120 | 53 |
| Binary | 10110 | 1111000 | 11000100 | 1011001 | 100111 | 0 | 10111 | 11001110 | 1010000 | 101011 |
Color Harmonies of #1678C4
Complementary color
Monochromatic Colors of #1678C4
Black with #1678C4
Text Example
Text Example
White with #1678C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678C4; }
p { color: rgb(22,120,196); }
H1.HeaderClassName
{
color: #1678C4;
}
.AnyTagClassName
{
color: #1678C4;
}
</style>
background-color css
<style>
a { background-color: #1678C4; }
a { background-color: rgb(22,120,196); }
div.DivClassName
{
background-color: #1678C4;
}
.BgClassName
{
background-color: #1678C4;
}
</style>
border-color css
<style>
span { border-color: #1678C4; }
span { border-color: rgb(22,120,196); }
td.TdClassName
{
border-color: #1678C4;
}
.TagClassName
{
border-color: #1678C4;
}
</style>