Shades of Denim #1758CF
Tints of Denim #1758CF
RGB
CMYK
RGB Variations
Color information
#1758CF (or 0x1758CF) is known color: Denim. HEX triplet: 17, 58 and CF. RGB value is (23,88,207). Sum of RGB (Red+Green+Blue) = 23+88+207=318 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.23% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #1758CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1758CF is #E8A730. Grayscale: #515151. Windows color (decimal): -15247153 or 13588503. OLE color: 13588503.
HSL color Cylindrical-coordinate representation of color #1758CF: hue angle of 218.8º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1758CF is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 88 | 207 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.19 |
| HSL | 218.8º | 0.8% | 0.45% | - |
| HSV(B) | 218.8º | 0.89% | 0.81% | - |
| XYZ | 15.11 | 11.67 | 60.49 | - |
| YUV | 82.13 | 198.47 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 207 | 0.89 | 0.57 | 0 | 0.19 | 218.8 | 0.8 | 0.45 |
| Hex | 17 | 58 | CF | 59 | 39 | 0 | 13 | DB | 50 | 2D |
| Octal | 27 | 130 | 317 | 131 | 71 | 0 | 23 | 333 | 120 | 55 |
| Binary | 10111 | 1011000 | 11001111 | 1011001 | 111001 | 0 | 10011 | 11011011 | 1010000 | 101101 |
Color Harmonies of #1758CF
Complementary color
Monochromatic Colors of #1758CF
Black with #1758CF
Text Example
Text Example
White with #1758CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758CF; }
p { color: rgb(23,88,207); }
H1.HeaderClassName
{
color: #1758CF;
}
.AnyTagClassName
{
color: #1758CF;
}
</style>
background-color css
<style>
a { background-color: #1758CF; }
a { background-color: rgb(23,88,207); }
div.DivClassName
{
background-color: #1758CF;
}
.BgClassName
{
background-color: #1758CF;
}
</style>
border-color css
<style>
span { border-color: #1758CF; }
span { border-color: rgb(23,88,207); }
td.TdClassName
{
border-color: #1758CF;
}
.TagClassName
{
border-color: #1758CF;
}
</style>