Shades of Denim #1675CB
Tints of Denim #1675CB
RGB
CMYK
RGB Variations
Color information
#1675CB (or 0x1675CB) is known color: Denim. HEX triplet: 16, 75 and CB. RGB value is (22,117,203). Sum of RGB (Red+Green+Blue) = 22+117+203=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #1675CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1675CB is #E98A34. Grayscale: #616161. Windows color (decimal): -15305269 or 13333782. OLE color: 13333782.
HSL color Cylindrical-coordinate representation of color #1675CB: hue angle of 208.51º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1675CB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 117 | 203 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.20 |
| HSL | 208.51º | 0.8% | 0.44% | - |
| HSV(B) | 208.51º | 0.89% | 0.8% | - |
| XYZ | 17.47 | 17.2 | 58.9 | - |
| YUV | 98.4 | 187.03 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 203 | 0.89 | 0.42 | 0 | 0.20 | 208.51 | 0.8 | 0.44 |
| Hex | 16 | 75 | CB | 59 | 2A | 0 | 14 | D1 | 50 | 2C |
| Octal | 26 | 165 | 313 | 131 | 52 | 0 | 24 | 321 | 120 | 54 |
| Binary | 10110 | 1110101 | 11001011 | 1011001 | 101010 | 0 | 10100 | 11010001 | 1010000 | 101100 |
Color Harmonies of #1675CB
Complementary color
Monochromatic Colors of #1675CB
Black with #1675CB
Text Example
Text Example
White with #1675CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1675CB; }
p { color: rgb(22,117,203); }
H1.HeaderClassName
{
color: #1675CB;
}
.AnyTagClassName
{
color: #1675CB;
}
</style>
background-color css
<style>
a { background-color: #1675CB; }
a { background-color: rgb(22,117,203); }
div.DivClassName
{
background-color: #1675CB;
}
.BgClassName
{
background-color: #1675CB;
}
</style>
border-color css
<style>
span { border-color: #1675CB; }
span { border-color: rgb(22,117,203); }
td.TdClassName
{
border-color: #1675CB;
}
.TagClassName
{
border-color: #1675CB;
}
</style>