Shades of Denim #1752BA
Tints of Denim #1752BA
RGB
CMYK
RGB Variations
Color information
#1752BA (or 0x1752BA) is known color: Denim. HEX triplet: 17, 52 and BA. RGB value is (23,82,186). Sum of RGB (Red+Green+Blue) = 23+82+186=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #1752BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752BA is #E8AD45. Grayscale: #4B4B4B. Windows color (decimal): -15248710 or 12210711. OLE color: 12210711.
HSL color Cylindrical-coordinate representation of color #1752BA: hue angle of 218.28º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1752BA is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 82 | 186 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.27 |
| HSL | 218.28º | 0.78% | 0.41% | - |
| HSV(B) | 218.28º | 0.88% | 0.73% | - |
| XYZ | 12.23 | 9.76 | 47.69 | - |
| YUV | 76.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 186 | 0.88 | 0.56 | 0 | 0.27 | 218.28 | 0.78 | 0.41 |
| Hex | 17 | 52 | BA | 58 | 38 | 0 | 1B | DA | 4E | 29 |
| Octal | 27 | 122 | 272 | 130 | 70 | 0 | 33 | 332 | 116 | 51 |
| Binary | 10111 | 1010010 | 10111010 | 1011000 | 111000 | 0 | 11011 | 11011010 | 1001110 | 101001 |
Color Harmonies of #1752BA
Complementary color
Monochromatic Colors of #1752BA
Black with #1752BA
Text Example
Text Example
White with #1752BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752BA; }
p { color: rgb(23,82,186); }
H1.HeaderClassName
{
color: #1752BA;
}
.AnyTagClassName
{
color: #1752BA;
}
</style>
background-color css
<style>
a { background-color: #1752BA; }
a { background-color: rgb(23,82,186); }
div.DivClassName
{
background-color: #1752BA;
}
.BgClassName
{
background-color: #1752BA;
}
</style>
border-color css
<style>
span { border-color: #1752BA; }
span { border-color: rgb(23,82,186); }
td.TdClassName
{
border-color: #1752BA;
}
.TagClassName
{
border-color: #1752BA;
}
</style>