Shades of Denim #1768BA
Tints of Denim #1768BA
RGB
CMYK
RGB Variations
Color information
#1768BA (or 0x1768BA) is known color: Denim. HEX triplet: 17, 68 and BA. RGB value is (23,104,186). Sum of RGB (Red+Green+Blue) = 23+104+186=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #1768BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768BA is #E89745. Grayscale: #585858. Windows color (decimal): -15243078 or 12216343. OLE color: 12216343.
HSL color Cylindrical-coordinate representation of color #1768BA: hue angle of 210.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1768BA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 104 | 186 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.27 |
| HSL | 210.18º | 0.78% | 0.41% | - |
| HSV(B) | 210.18º | 0.88% | 0.73% | - |
| XYZ | 14.17 | 13.63 | 48.34 | - |
| YUV | 89.13 | 182.66 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 186 | 0.88 | 0.44 | 0 | 0.27 | 210.18 | 0.78 | 0.41 |
| Hex | 17 | 68 | BA | 58 | 2C | 0 | 1B | D2 | 4E | 29 |
| Octal | 27 | 150 | 272 | 130 | 54 | 0 | 33 | 322 | 116 | 51 |
| Binary | 10111 | 1101000 | 10111010 | 1011000 | 101100 | 0 | 11011 | 11010010 | 1001110 | 101001 |
Color Harmonies of #1768BA
Complementary color
Monochromatic Colors of #1768BA
Black with #1768BA
Text Example
Text Example
White with #1768BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768BA; }
p { color: rgb(23,104,186); }
H1.HeaderClassName
{
color: #1768BA;
}
.AnyTagClassName
{
color: #1768BA;
}
</style>
background-color css
<style>
a { background-color: #1768BA; }
a { background-color: rgb(23,104,186); }
div.DivClassName
{
background-color: #1768BA;
}
.BgClassName
{
background-color: #1768BA;
}
</style>
border-color css
<style>
span { border-color: #1768BA; }
span { border-color: rgb(23,104,186); }
td.TdClassName
{
border-color: #1768BA;
}
.TagClassName
{
border-color: #1768BA;
}
</style>