Shades of Denim #1768AF
Tints of Denim #1768AF
RGB
CMYK
RGB Variations
Color information
#1768AF (or 0x1768AF) is known color: Denim. HEX triplet: 17, 68 and AF. RGB value is (23,104,175). Sum of RGB (Red+Green+Blue) = 23+104+175=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #1768AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1768AF is #E89750. Grayscale: #575757. Windows color (decimal): -15243089 or 11495447. OLE color: 11495447.
HSL color Cylindrical-coordinate representation of color #1768AF: hue angle of 208.03º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1768AF is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 104 | 175 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.31 |
| HSL | 208.03º | 0.77% | 0.39% | - |
| HSV(B) | 208.03º | 0.87% | 0.69% | - |
| XYZ | 13.04 | 13.18 | 42.41 | - |
| YUV | 87.88 | 177.16 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 175 | 0.87 | 0.41 | 0 | 0.31 | 208.03 | 0.77 | 0.39 |
| Hex | 17 | 68 | AF | 57 | 29 | 0 | 1F | D0 | 4D | 27 |
| Octal | 27 | 150 | 257 | 127 | 51 | 0 | 37 | 320 | 115 | 47 |
| Binary | 10111 | 1101000 | 10101111 | 1010111 | 101001 | 0 | 11111 | 11010000 | 1001101 | 100111 |
Color Harmonies of #1768AF
Complementary color
Monochromatic Colors of #1768AF
Black with #1768AF
Text Example
Text Example
White with #1768AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768AF; }
p { color: rgb(23,104,175); }
H1.HeaderClassName
{
color: #1768AF;
}
.AnyTagClassName
{
color: #1768AF;
}
</style>
background-color css
<style>
a { background-color: #1768AF; }
a { background-color: rgb(23,104,175); }
div.DivClassName
{
background-color: #1768AF;
}
.BgClassName
{
background-color: #1768AF;
}
</style>
border-color css
<style>
span { border-color: #1768AF; }
span { border-color: rgb(23,104,175); }
td.TdClassName
{
border-color: #1768AF;
}
.TagClassName
{
border-color: #1768AF;
}
</style>