Shades of Medium Blue #1700BA
Tints of Medium Blue #1700BA
RGB
CMYK
RGB Variations
Color information
#1700BA (or 0x1700BA) is known color: Medium Blue. HEX triplet: 17, 00 and BA. RGB value is (23,0,186). Sum of RGB (Red+Green+Blue) = 23+0+186=209 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.00% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #1700BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700BA is #E8FF45. Grayscale: #1B1B1B. Windows color (decimal): -15269702 or 12189719. OLE color: 12189719.
HSL color Cylindrical-coordinate representation of color #1700BA: hue angle of 247.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700BA is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 0 | 186 | - |
| CMYK | 0.88 | 1 | 0 | 0.27 |
| HSL | 247.42º | 1% | 0.36% | - |
| HSV(B) | 247.42º | 1% | 0.73% | - |
| XYZ | 9.22 | 3.73 | 46.69 | - |
| YUV | 28.08 | 217.12 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 186 | 0.88 | 1 | 0 | 0.27 | 247.42 | 1 | 0.36 |
| Hex | 17 | 0 | BA | 58 | 64 | 0 | 1B | F7 | 64 | 24 |
| Octal | 27 | 0 | 272 | 130 | 144 | 0 | 33 | 367 | 144 | 44 |
| Binary | 10111 | 0 | 10111010 | 1011000 | 1100100 | 0 | 11011 | 11110111 | 1100100 | 100100 |
Color Harmonies of #1700BA
Complementary color
Monochromatic Colors of #1700BA
Black with #1700BA
Text Example
Text Example
White with #1700BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700BA; }
p { color: rgb(23,0,186); }
H1.HeaderClassName
{
color: #1700BA;
}
.AnyTagClassName
{
color: #1700BA;
}
</style>
background-color css
<style>
a { background-color: #1700BA; }
a { background-color: rgb(23,0,186); }
div.DivClassName
{
background-color: #1700BA;
}
.BgClassName
{
background-color: #1700BA;
}
</style>
border-color css
<style>
span { border-color: #1700BA; }
span { border-color: rgb(23,0,186); }
td.TdClassName
{
border-color: #1700BA;
}
.TagClassName
{
border-color: #1700BA;
}
</style>