Shades of Denim #1758CB
Tints of Denim #1758CB
RGB
CMYK
RGB Variations
Color information
#1758CB (or 0x1758CB) is known color: Denim. HEX triplet: 17, 58 and CB. RGB value is (23,88,203). Sum of RGB (Red+Green+Blue) = 23+88+203=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #1758CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1758CB is #E8A734. Grayscale: #515151. Windows color (decimal): -15247157 or 13326359. OLE color: 13326359.
HSL color Cylindrical-coordinate representation of color #1758CB: hue angle of 218.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1758CB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 88 | 203 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.20 |
| HSL | 218.33º | 0.8% | 0.44% | - |
| HSV(B) | 218.33º | 0.89% | 0.8% | - |
| XYZ | 14.62 | 11.47 | 57.94 | - |
| YUV | 81.68 | 196.47 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 203 | 0.89 | 0.57 | 0 | 0.20 | 218.33 | 0.8 | 0.44 |
| Hex | 17 | 58 | CB | 59 | 39 | 0 | 14 | DA | 50 | 2C |
| Octal | 27 | 130 | 313 | 131 | 71 | 0 | 24 | 332 | 120 | 54 |
| Binary | 10111 | 1011000 | 11001011 | 1011001 | 111001 | 0 | 10100 | 11011010 | 1010000 | 101100 |
Color Harmonies of #1758CB
Complementary color
Monochromatic Colors of #1758CB
Black with #1758CB
Text Example
Text Example
White with #1758CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758CB; }
p { color: rgb(23,88,203); }
H1.HeaderClassName
{
color: #1758CB;
}
.AnyTagClassName
{
color: #1758CB;
}
</style>
background-color css
<style>
a { background-color: #1758CB; }
a { background-color: rgb(23,88,203); }
div.DivClassName
{
background-color: #1758CB;
}
.BgClassName
{
background-color: #1758CB;
}
</style>
border-color css
<style>
span { border-color: #1758CB; }
span { border-color: rgb(23,88,203); }
td.TdClassName
{
border-color: #1758CB;
}
.TagClassName
{
border-color: #1758CB;
}
</style>