Shades of Denim #1769CD
Tints of Denim #1769CD
RGB
CMYK
RGB Variations
Color information
#1769CD (or 0x1769CD) is known color: Denim. HEX triplet: 17, 69 and CD. RGB value is (23,105,205). Sum of RGB (Red+Green+Blue) = 23+105+205=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #1769CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1769CD is #E89632. Grayscale: #5B5B5B. Windows color (decimal): -15242803 or 13461783. OLE color: 13461783.
HSL color Cylindrical-coordinate representation of color #1769CD: hue angle of 212.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1769CD is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 105 | 205 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.20 |
| HSL | 212.97º | 0.8% | 0.45% | - |
| HSV(B) | 212.97º | 0.89% | 0.8% | - |
| XYZ | 16.42 | 14.69 | 59.73 | - |
| YUV | 91.88 | 191.83 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 205 | 0.89 | 0.49 | 0 | 0.20 | 212.97 | 0.8 | 0.45 |
| Hex | 17 | 69 | CD | 59 | 31 | 0 | 14 | D5 | 50 | 2D |
| Octal | 27 | 151 | 315 | 131 | 61 | 0 | 24 | 325 | 120 | 55 |
| Binary | 10111 | 1101001 | 11001101 | 1011001 | 110001 | 0 | 10100 | 11010101 | 1010000 | 101101 |
Color Harmonies of #1769CD
Complementary color
Monochromatic Colors of #1769CD
Black with #1769CD
Text Example
Text Example
White with #1769CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769CD; }
p { color: rgb(23,105,205); }
H1.HeaderClassName
{
color: #1769CD;
}
.AnyTagClassName
{
color: #1769CD;
}
</style>
background-color css
<style>
a { background-color: #1769CD; }
a { background-color: rgb(23,105,205); }
div.DivClassName
{
background-color: #1769CD;
}
.BgClassName
{
background-color: #1769CD;
}
</style>
border-color css
<style>
span { border-color: #1769CD; }
span { border-color: rgb(23,105,205); }
td.TdClassName
{
border-color: #1769CD;
}
.TagClassName
{
border-color: #1769CD;
}
</style>