Shades of Denim #1753BD
Tints of Denim #1753BD
RGB
CMYK
RGB Variations
Color information
#1753BD (or 0x1753BD) is known color: Denim. HEX triplet: 17, 53 and BD. RGB value is (23,83,189). Sum of RGB (Red+Green+Blue) = 23+83+189=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #1753BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1753BD is #E8AC42. Grayscale: #4C4C4C. Windows color (decimal): -15248451 or 12407575. OLE color: 12407575.
HSL color Cylindrical-coordinate representation of color #1753BD: hue angle of 218.31º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1753BD is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 83 | 189 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.26 |
| HSL | 218.31º | 0.78% | 0.42% | - |
| HSV(B) | 218.31º | 0.88% | 0.74% | - |
| XYZ | 12.63 | 10.04 | 49.42 | - |
| YUV | 77.14 | 191.12 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 189 | 0.88 | 0.56 | 0 | 0.26 | 218.31 | 0.78 | 0.42 |
| Hex | 17 | 53 | BD | 58 | 38 | 0 | 1A | DA | 4E | 2A |
| Octal | 27 | 123 | 275 | 130 | 70 | 0 | 32 | 332 | 116 | 52 |
| Binary | 10111 | 1010011 | 10111101 | 1011000 | 111000 | 0 | 11010 | 11011010 | 1001110 | 101010 |
Color Harmonies of #1753BD
Complementary color
Monochromatic Colors of #1753BD
Black with #1753BD
Text Example
Text Example
White with #1753BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1753BD; }
p { color: rgb(23,83,189); }
H1.HeaderClassName
{
color: #1753BD;
}
.AnyTagClassName
{
color: #1753BD;
}
</style>
background-color css
<style>
a { background-color: #1753BD; }
a { background-color: rgb(23,83,189); }
div.DivClassName
{
background-color: #1753BD;
}
.BgClassName
{
background-color: #1753BD;
}
</style>
border-color css
<style>
span { border-color: #1753BD; }
span { border-color: rgb(23,83,189); }
td.TdClassName
{
border-color: #1753BD;
}
.TagClassName
{
border-color: #1753BD;
}
</style>