Shades of Denim #1675BA
Tints of Denim #1675BA
RGB
CMYK
RGB Variations
Color information
#1675BA (or 0x1675BA) is known color: Denim. HEX triplet: 16, 75 and BA. RGB value is (22,117,186). Sum of RGB (Red+Green+Blue) = 22+117+186=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #1675BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1675BA is #E98A45. Grayscale: #606060. Windows color (decimal): -15305286 or 12219670. OLE color: 12219670.
HSL color Cylindrical-coordinate representation of color #1675BA: hue angle of 205.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1675BA is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 117 | 186 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.27 |
| HSL | 205.24º | 0.79% | 0.41% | - |
| HSV(B) | 205.24º | 0.88% | 0.73% | - |
| XYZ | 15.56 | 16.44 | 48.81 | - |
| YUV | 96.46 | 178.53 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 186 | 0.88 | 0.37 | 0 | 0.27 | 205.24 | 0.79 | 0.41 |
| Hex | 16 | 75 | BA | 58 | 25 | 0 | 1B | CD | 4F | 29 |
| Octal | 26 | 165 | 272 | 130 | 45 | 0 | 33 | 315 | 117 | 51 |
| Binary | 10110 | 1110101 | 10111010 | 1011000 | 100101 | 0 | 11011 | 11001101 | 1001111 | 101001 |
Color Harmonies of #1675BA
Complementary color
Monochromatic Colors of #1675BA
Black with #1675BA
Text Example
Text Example
White with #1675BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1675BA; }
p { color: rgb(22,117,186); }
H1.HeaderClassName
{
color: #1675BA;
}
.AnyTagClassName
{
color: #1675BA;
}
</style>
background-color css
<style>
a { background-color: #1675BA; }
a { background-color: rgb(22,117,186); }
div.DivClassName
{
background-color: #1675BA;
}
.BgClassName
{
background-color: #1675BA;
}
</style>
border-color css
<style>
span { border-color: #1675BA; }
span { border-color: rgb(22,117,186); }
td.TdClassName
{
border-color: #1675BA;
}
.TagClassName
{
border-color: #1675BA;
}
</style>