Shades of Denim #1777CA
Tints of Denim #1777CA
RGB
CMYK
RGB Variations
Color information
#1777CA (or 0x1777CA) is known color: Denim. HEX triplet: 17, 77 and CA. RGB value is (23,119,202). Sum of RGB (Red+Green+Blue) = 23+119+202=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #1777CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777CA is #E88835. Grayscale: #636363. Windows color (decimal): -15239222 or 13268759. OLE color: 13268759.
HSL color Cylindrical-coordinate representation of color #1777CA: hue angle of 207.82º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1777CA is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 119 | 202 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.21 |
| HSL | 207.82º | 0.8% | 0.44% | - |
| HSV(B) | 207.82º | 0.89% | 0.79% | - |
| XYZ | 17.61 | 17.64 | 58.35 | - |
| YUV | 99.76 | 185.7 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 202 | 0.89 | 0.41 | 0 | 0.21 | 207.82 | 0.8 | 0.44 |
| Hex | 17 | 77 | CA | 59 | 29 | 0 | 15 | D0 | 50 | 2C |
| Octal | 27 | 167 | 312 | 131 | 51 | 0 | 25 | 320 | 120 | 54 |
| Binary | 10111 | 1110111 | 11001010 | 1011001 | 101001 | 0 | 10101 | 11010000 | 1010000 | 101100 |
Color Harmonies of #1777CA
Complementary color
Monochromatic Colors of #1777CA
Black with #1777CA
Text Example
Text Example
White with #1777CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777CA; }
p { color: rgb(23,119,202); }
H1.HeaderClassName
{
color: #1777CA;
}
.AnyTagClassName
{
color: #1777CA;
}
</style>
background-color css
<style>
a { background-color: #1777CA; }
a { background-color: rgb(23,119,202); }
div.DivClassName
{
background-color: #1777CA;
}
.BgClassName
{
background-color: #1777CA;
}
</style>
border-color css
<style>
span { border-color: #1777CA; }
span { border-color: rgb(23,119,202); }
td.TdClassName
{
border-color: #1777CA;
}
.TagClassName
{
border-color: #1777CA;
}
</style>