Shades of Denim #1772CB
Tints of Denim #1772CB
RGB
CMYK
RGB Variations
Color information
#1772CB (or 0x1772CB) is known color: Denim. HEX triplet: 17, 72 and CB. RGB value is (23,114,203). Sum of RGB (Red+Green+Blue) = 23+114+203=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #1772CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772CB is #E88D34. Grayscale: #606060. Windows color (decimal): -15240501 or 13333015. OLE color: 13333015.
HSL color Cylindrical-coordinate representation of color #1772CB: hue angle of 209.67º 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 #1772CB is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 114 | 203 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.20 |
| HSL | 209.67º | 0.8% | 0.44% | - |
| HSV(B) | 209.67º | 0.89% | 0.8% | - |
| XYZ | 17.15 | 16.53 | 58.79 | - |
| YUV | 96.94 | 187.85 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 203 | 0.89 | 0.44 | 0 | 0.20 | 209.67 | 0.8 | 0.44 |
| Hex | 17 | 72 | CB | 59 | 2C | 0 | 14 | D2 | 50 | 2C |
| Octal | 27 | 162 | 313 | 131 | 54 | 0 | 24 | 322 | 120 | 54 |
| Binary | 10111 | 1110010 | 11001011 | 1011001 | 101100 | 0 | 10100 | 11010010 | 1010000 | 101100 |
Color Harmonies of #1772CB
Complementary color
Monochromatic Colors of #1772CB
Black with #1772CB
Text Example
Text Example
White with #1772CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772CB; }
p { color: rgb(23,114,203); }
H1.HeaderClassName
{
color: #1772CB;
}
.AnyTagClassName
{
color: #1772CB;
}
</style>
background-color css
<style>
a { background-color: #1772CB; }
a { background-color: rgb(23,114,203); }
div.DivClassName
{
background-color: #1772CB;
}
.BgClassName
{
background-color: #1772CB;
}
</style>
border-color css
<style>
span { border-color: #1772CB; }
span { border-color: rgb(23,114,203); }
td.TdClassName
{
border-color: #1772CB;
}
.TagClassName
{
border-color: #1772CB;
}
</style>