Shades of Denim #1750AF
Tints of Denim #1750AF
RGB
CMYK
RGB Variations
Color information
#1750AF (or 0x1750AF) is known color: Denim. HEX triplet: 17, 50 and AF. RGB value is (23,80,175). Sum of RGB (Red+Green+Blue) = 23+80+175=278 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.27% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #1750AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1750AF is #E8AF50. Grayscale: #494949. Windows color (decimal): -15249233 or 11489303. OLE color: 11489303.
HSL color Cylindrical-coordinate representation of color #1750AF: hue angle of 217.5º 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 #1750AF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 80 | 175 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.31 |
| HSL | 217.5º | 0.77% | 0.39% | - |
| HSV(B) | 217.5º | 0.87% | 0.69% | - |
| XYZ | 10.96 | 9.01 | 41.72 | - |
| YUV | 73.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 175 | 0.87 | 0.54 | 0 | 0.31 | 217.5 | 0.77 | 0.39 |
| Hex | 17 | 50 | AF | 57 | 36 | 0 | 1F | DA | 4D | 27 |
| Octal | 27 | 120 | 257 | 127 | 66 | 0 | 37 | 332 | 115 | 47 |
| Binary | 10111 | 1010000 | 10101111 | 1010111 | 110110 | 0 | 11111 | 11011010 | 1001101 | 100111 |
Color Harmonies of #1750AF
Complementary color
Monochromatic Colors of #1750AF
Black with #1750AF
Text Example
Text Example
White with #1750AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750AF; }
p { color: rgb(23,80,175); }
H1.HeaderClassName
{
color: #1750AF;
}
.AnyTagClassName
{
color: #1750AF;
}
</style>
background-color css
<style>
a { background-color: #1750AF; }
a { background-color: rgb(23,80,175); }
div.DivClassName
{
background-color: #1750AF;
}
.BgClassName
{
background-color: #1750AF;
}
</style>
border-color css
<style>
span { border-color: #1750AF; }
span { border-color: rgb(23,80,175); }
td.TdClassName
{
border-color: #1750AF;
}
.TagClassName
{
border-color: #1750AF;
}
</style>