Shades of Denim #1758AF
Tints of Denim #1758AF
RGB
CMYK
RGB Variations
Color information
#1758AF (or 0x1758AF) is known color: Denim. HEX triplet: 17, 58 and AF. RGB value is (23,88,175). Sum of RGB (Red+Green+Blue) = 23+88+175=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #1758AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1758AF is #E8A750. Grayscale: #4E4E4E. Windows color (decimal): -15247185 or 11491351. OLE color: 11491351.
HSL color Cylindrical-coordinate representation of color #1758AF: hue angle of 214.34º 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 #1758AF is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 88 | 175 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.31 |
| HSL | 214.34º | 0.77% | 0.39% | - |
| HSV(B) | 214.34º | 0.87% | 0.69% | - |
| XYZ | 11.58 | 10.26 | 41.93 | - |
| YUV | 78.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 175 | 0.87 | 0.50 | 0 | 0.31 | 214.34 | 0.77 | 0.39 |
| Hex | 17 | 58 | AF | 57 | 32 | 0 | 1F | D6 | 4D | 27 |
| Octal | 27 | 130 | 257 | 127 | 62 | 0 | 37 | 326 | 115 | 47 |
| Binary | 10111 | 1011000 | 10101111 | 1010111 | 110010 | 0 | 11111 | 11010110 | 1001101 | 100111 |
Color Harmonies of #1758AF
Complementary color
Monochromatic Colors of #1758AF
Black with #1758AF
Text Example
Text Example
White with #1758AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758AF; }
p { color: rgb(23,88,175); }
H1.HeaderClassName
{
color: #1758AF;
}
.AnyTagClassName
{
color: #1758AF;
}
</style>
background-color css
<style>
a { background-color: #1758AF; }
a { background-color: rgb(23,88,175); }
div.DivClassName
{
background-color: #1758AF;
}
.BgClassName
{
background-color: #1758AF;
}
</style>
border-color css
<style>
span { border-color: #1758AF; }
span { border-color: rgb(23,88,175); }
td.TdClassName
{
border-color: #1758AF;
}
.TagClassName
{
border-color: #1758AF;
}
</style>