Shades of Medium Blue #1700C0
Tints of Medium Blue #1700C0
RGB
CMYK
RGB Variations
Color information
#1700C0 (or 0x1700C0) is known color: Medium Blue. HEX triplet: 17, 00 and C0. RGB value is (23,0,192). Sum of RGB (Red+Green+Blue) = 23+0+192=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 192 (75.39% from 255 or 89.30% from 215); Max value from RGB is 192 - color contains mainly: blue. Hex color #1700C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700C0 is #E8FF3F. Grayscale: #1C1C1C. Windows color (decimal): -15269696 or 12582935. OLE color: 12582935.
HSL color Cylindrical-coordinate representation of color #1700C0: hue angle of 247.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700C0 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 0 | 192 | - |
| CMYK | 0.88 | 1 | 0 | 0.25 |
| HSL | 247.19º | 1% | 0.38% | - |
| HSV(B) | 247.19º | 1% | 0.75% | - |
| XYZ | 9.87 | 3.99 | 50.12 | - |
| YUV | 28.77 | 220.12 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 192 | 0.88 | 1 | 0 | 0.25 | 247.19 | 1 | 0.38 |
| Hex | 17 | 0 | C0 | 58 | 64 | 0 | 19 | F7 | 64 | 26 |
| Octal | 27 | 0 | 300 | 130 | 144 | 0 | 31 | 367 | 144 | 46 |
| Binary | 10111 | 0 | 11000000 | 1011000 | 1100100 | 0 | 11001 | 11110111 | 1100100 | 100110 |
Color Harmonies of #1700C0
Complementary color
Monochromatic Colors of #1700C0
Black with #1700C0
Text Example
Text Example
White with #1700C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700C0; }
p { color: rgb(23,0,192); }
H1.HeaderClassName
{
color: #1700C0;
}
.AnyTagClassName
{
color: #1700C0;
}
</style>
background-color css
<style>
a { background-color: #1700C0; }
a { background-color: rgb(23,0,192); }
div.DivClassName
{
background-color: #1700C0;
}
.BgClassName
{
background-color: #1700C0;
}
</style>
border-color css
<style>
span { border-color: #1700C0; }
span { border-color: rgb(23,0,192); }
td.TdClassName
{
border-color: #1700C0;
}
.TagClassName
{
border-color: #1700C0;
}
</style>