Shades of Denim #1775CB
Tints of Denim #1775CB
RGB
CMYK
RGB Variations
Color information
#1775CB (or 0x1775CB) is known color: Denim. HEX triplet: 17, 75 and CB. RGB value is (23,117,203). Sum of RGB (Red+Green+Blue) = 23+117+203=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #1775CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775CB is #E88A34. Grayscale: #626262. Windows color (decimal): -15239733 or 13333783. OLE color: 13333783.
HSL color Cylindrical-coordinate representation of color #1775CB: hue angle of 208.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 #1775CB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 117 | 203 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.20 |
| HSL | 208.67º | 0.8% | 0.44% | - |
| HSV(B) | 208.67º | 0.89% | 0.8% | - |
| XYZ | 17.49 | 17.22 | 58.9 | - |
| YUV | 98.7 | 186.86 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 203 | 0.89 | 0.42 | 0 | 0.20 | 208.67 | 0.8 | 0.44 |
| Hex | 17 | 75 | CB | 59 | 2A | 0 | 14 | D1 | 50 | 2C |
| Octal | 27 | 165 | 313 | 131 | 52 | 0 | 24 | 321 | 120 | 54 |
| Binary | 10111 | 1110101 | 11001011 | 1011001 | 101010 | 0 | 10100 | 11010001 | 1010000 | 101100 |
Color Harmonies of #1775CB
Complementary color
Monochromatic Colors of #1775CB
Black with #1775CB
Text Example
Text Example
White with #1775CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775CB; }
p { color: rgb(23,117,203); }
H1.HeaderClassName
{
color: #1775CB;
}
.AnyTagClassName
{
color: #1775CB;
}
</style>
background-color css
<style>
a { background-color: #1775CB; }
a { background-color: rgb(23,117,203); }
div.DivClassName
{
background-color: #1775CB;
}
.BgClassName
{
background-color: #1775CB;
}
</style>
border-color css
<style>
span { border-color: #1775CB; }
span { border-color: rgb(23,117,203); }
td.TdClassName
{
border-color: #1775CB;
}
.TagClassName
{
border-color: #1775CB;
}
</style>