Shades of Denim #1674BC
Tints of Denim #1674BC
RGB
CMYK
RGB Variations
Color information
#1674BC (or 0x1674BC) is known color: Denim. HEX triplet: 16, 74 and BC. RGB value is (22,116,188). Sum of RGB (Red+Green+Blue) = 22+116+188=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #1674BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1674BC is #E98B43. Grayscale: #5F5F5F. Windows color (decimal): -15305540 or 12350486. OLE color: 12350486.
HSL color Cylindrical-coordinate representation of color #1674BC: hue angle of 206.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1674BC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 116 | 188 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.26 |
| HSL | 206.02º | 0.79% | 0.41% | - |
| HSV(B) | 206.02º | 0.88% | 0.74% | - |
| XYZ | 15.65 | 16.29 | 49.9 | - |
| YUV | 96.1 | 179.86 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 188 | 0.88 | 0.38 | 0 | 0.26 | 206.02 | 0.79 | 0.41 |
| Hex | 16 | 74 | BC | 58 | 26 | 0 | 1A | CE | 4F | 29 |
| Octal | 26 | 164 | 274 | 130 | 46 | 0 | 32 | 316 | 117 | 51 |
| Binary | 10110 | 1110100 | 10111100 | 1011000 | 100110 | 0 | 11010 | 11001110 | 1001111 | 101001 |
Color Harmonies of #1674BC
Complementary color
Monochromatic Colors of #1674BC
Black with #1674BC
Text Example
Text Example
White with #1674BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1674BC; }
p { color: rgb(22,116,188); }
H1.HeaderClassName
{
color: #1674BC;
}
.AnyTagClassName
{
color: #1674BC;
}
</style>
background-color css
<style>
a { background-color: #1674BC; }
a { background-color: rgb(22,116,188); }
div.DivClassName
{
background-color: #1674BC;
}
.BgClassName
{
background-color: #1674BC;
}
</style>
border-color css
<style>
span { border-color: #1674BC; }
span { border-color: rgb(22,116,188); }
td.TdClassName
{
border-color: #1674BC;
}
.TagClassName
{
border-color: #1674BC;
}
</style>