Shades of Denim #1770CB
Tints of Denim #1770CB
RGB
CMYK
RGB Variations
Color information
#1770CB (or 0x1770CB) is known color: Denim. HEX triplet: 17, 70 and CB. RGB value is (23,112,203). Sum of RGB (Red+Green+Blue) = 23+112+203=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #1770CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1770CB is #E88F34. Grayscale: #5F5F5F. Windows color (decimal): -15241013 or 13332503. OLE color: 13332503.
HSL color Cylindrical-coordinate representation of color #1770CB: hue angle of 210.33º 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 #1770CB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 112 | 203 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.20 |
| HSL | 210.33º | 0.8% | 0.44% | - |
| HSV(B) | 210.33º | 0.89% | 0.8% | - |
| XYZ | 16.93 | 16.08 | 58.71 | - |
| YUV | 95.76 | 188.51 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 203 | 0.89 | 0.45 | 0 | 0.20 | 210.33 | 0.8 | 0.44 |
| Hex | 17 | 70 | CB | 59 | 2D | 0 | 14 | D2 | 50 | 2C |
| Octal | 27 | 160 | 313 | 131 | 55 | 0 | 24 | 322 | 120 | 54 |
| Binary | 10111 | 1110000 | 11001011 | 1011001 | 101101 | 0 | 10100 | 11010010 | 1010000 | 101100 |
Color Harmonies of #1770CB
Complementary color
Monochromatic Colors of #1770CB
Black with #1770CB
Text Example
Text Example
White with #1770CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1770CB; }
p { color: rgb(23,112,203); }
H1.HeaderClassName
{
color: #1770CB;
}
.AnyTagClassName
{
color: #1770CB;
}
</style>
background-color css
<style>
a { background-color: #1770CB; }
a { background-color: rgb(23,112,203); }
div.DivClassName
{
background-color: #1770CB;
}
.BgClassName
{
background-color: #1770CB;
}
</style>
border-color css
<style>
span { border-color: #1770CB; }
span { border-color: rgb(23,112,203); }
td.TdClassName
{
border-color: #1770CB;
}
.TagClassName
{
border-color: #1770CB;
}
</style>