Shades of Denim #1769CB
Tints of Denim #1769CB
RGB
CMYK
RGB Variations
Color information
#1769CB (or 0x1769CB) is known color: Denim. HEX triplet: 17, 69 and CB. RGB value is (23,105,203). Sum of RGB (Red+Green+Blue) = 23+105+203=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #1769CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1769CB is #E89634. Grayscale: #5B5B5B. Windows color (decimal): -15242805 or 13330711. OLE color: 13330711.
HSL color Cylindrical-coordinate representation of color #1769CB: hue angle of 212.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 #1769CB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 105 | 203 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.20 |
| HSL | 212.67º | 0.8% | 0.44% | - |
| HSV(B) | 212.67º | 0.89% | 0.8% | - |
| XYZ | 16.18 | 14.6 | 58.46 | - |
| YUV | 91.65 | 190.83 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 203 | 0.89 | 0.48 | 0 | 0.20 | 212.67 | 0.8 | 0.44 |
| Hex | 17 | 69 | CB | 59 | 30 | 0 | 14 | D5 | 50 | 2C |
| Octal | 27 | 151 | 313 | 131 | 60 | 0 | 24 | 325 | 120 | 54 |
| Binary | 10111 | 1101001 | 11001011 | 1011001 | 110000 | 0 | 10100 | 11010101 | 1010000 | 101100 |
Color Harmonies of #1769CB
Complementary color
Monochromatic Colors of #1769CB
Black with #1769CB
Text Example
Text Example
White with #1769CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769CB; }
p { color: rgb(23,105,203); }
H1.HeaderClassName
{
color: #1769CB;
}
.AnyTagClassName
{
color: #1769CB;
}
</style>
background-color css
<style>
a { background-color: #1769CB; }
a { background-color: rgb(23,105,203); }
div.DivClassName
{
background-color: #1769CB;
}
.BgClassName
{
background-color: #1769CB;
}
</style>
border-color css
<style>
span { border-color: #1769CB; }
span { border-color: rgb(23,105,203); }
td.TdClassName
{
border-color: #1769CB;
}
.TagClassName
{
border-color: #1769CB;
}
</style>