Shades of Denim #1768CC
Tints of Denim #1768CC
RGB
CMYK
RGB Variations
Color information
#1768CC (or 0x1768CC) is known color: Denim. HEX triplet: 17, 68 and CC. RGB value is (23,104,204). Sum of RGB (Red+Green+Blue) = 23+104+204=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #1768CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768CC is #E89733. Grayscale: #5A5A5A. Windows color (decimal): -15243060 or 13395991. OLE color: 13395991.
HSL color Cylindrical-coordinate representation of color #1768CC: hue angle of 213.15º 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 #1768CC is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 104 | 204 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.2 |
| HSL | 213.15º | 0.8% | 0.45% | - |
| HSV(B) | 213.15º | 0.89% | 0.8% | - |
| XYZ | 16.2 | 14.44 | 59.06 | - |
| YUV | 91.18 | 191.66 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 204 | 0.89 | 0.49 | 0 | 0.2 | 213.15 | 0.8 | 0.45 |
| Hex | 17 | 68 | CC | 59 | 31 | 0 | 14 | D5 | 50 | 2D |
| Octal | 27 | 150 | 314 | 131 | 61 | 0 | 24 | 325 | 120 | 55 |
| Binary | 10111 | 1101000 | 11001100 | 1011001 | 110001 | 0 | 10100 | 11010101 | 1010000 | 101101 |
Color Harmonies of #1768CC
Complementary color
Monochromatic Colors of #1768CC
Black with #1768CC
Text Example
Text Example
White with #1768CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768CC; }
p { color: rgb(23,104,204); }
H1.HeaderClassName
{
color: #1768CC;
}
.AnyTagClassName
{
color: #1768CC;
}
</style>
background-color css
<style>
a { background-color: #1768CC; }
a { background-color: rgb(23,104,204); }
div.DivClassName
{
background-color: #1768CC;
}
.BgClassName
{
background-color: #1768CC;
}
</style>
border-color css
<style>
span { border-color: #1768CC; }
span { border-color: rgb(23,104,204); }
td.TdClassName
{
border-color: #1768CC;
}
.TagClassName
{
border-color: #1768CC;
}
</style>